#445ce3

Color #445CE3 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #445CE3

Tints of Royal Blue #445CE3

Color information

#445CE3 (or 0x445CE3) is unknown color: approx Royal Blue. HEX triplet: 44, 5C and E3. RGB value is (68,92,227). Sum of RGB (Red+Green+Blue) = 68+92+227=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 227 (89.06% from 255 or 58.66% from 387); Max value from RGB is 227 - color contains mainly: blue. Hex color #445CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445CE3 is #BBA31C. Grayscale: #636363. Windows color (decimal): -12296989 or 14900292. OLE color: 14900292.

HSL color Cylindrical-coordinate representation of color #445CE3: hue angle of 230.94º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #445CE3 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6892227-
CMYK0.700.5900.11
HSL230.94º73.95%57.84%-
HSV(B)230.94º70.04%89.02%-
XYZ20.0814.4374.4-
YUV100.21199.55105.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 17.57%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 227 (89.06% from 255) = 58.66%
R=17.57%
G=23.77%
B=58.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal68922270.700.5900.11230.9473.9557.84
Hex445CE3463B0Be74a3a
Octal1041343431067301334711272
Binary1000100101110011100011100011011101101011111001111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445ce3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445ce3; }

 p { color: rgb(68,92,227); }

 H1.HeaderClassName
 {
   color: #445ce3;
 }
 .AnyTagClassName
 {
   color: #445ce3;
 }
</style>
background-color css

<style>
 a { background-color: #445ce3; }

 a { background-color: rgb(68,92,227); }

 div.DivClassName
 {
   background-color: #445ce3;
 }
 .BgClassName
 {
   background-color: #445ce3;
 }
</style>
border-color css

<style>
 span { border-color: #445ce3; }

 span { border-color: rgb(68,92,227); }

 td.TdClassName
 {
   border-color: #445ce3;
 }
 .TagClassName
 {
   border-color: #445ce3;
 }
</style>