#4370CF

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

Shades of Royal Blue #4370CF

Tints of Royal Blue #4370CF

Color information

#4370CF (or 0x4370CF) is unknown color: approx Royal Blue. HEX triplet: 43, 70 and CF. RGB value is (67,112,207). Sum of RGB (Red+Green+Blue) = 67+112+207=386 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.36% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #4370CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4370CF is #BC8F30. Grayscale: #6C6C6C. Windows color (decimal): -12357425 or 13594691. OLE color: 13594691.

HSL color Cylindrical-coordinate representation of color #4370CF: hue angle of 220.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4370CF is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB67112207-
CMYK0.680.4600.19
HSL220.71º59.32%53.73%-
HSV(B)220.71º67.63%81.18%-
XYZ19.3717.2961.35-
YUV109.38183.0997.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.36%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 207 (81.25% from 255) = 53.63%
R=17.36%
G=29.02%
B=53.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal671122070.680.4600.19220.7159.3253.73
Hex4370CF442E013dd3b36
Octal103160317104560233357366
Binary1000011111000011001111100010010111001001111011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4370CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4370CF; }

 p { color: rgb(67,112,207); }

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

<style>
 a { background-color: #4370CF; }

 a { background-color: rgb(67,112,207); }

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

<style>
 span { border-color: #4370CF; }

 span { border-color: rgb(67,112,207); }

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