#4375CB

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

Shades of Royal Blue #4375CB

Tints of Royal Blue #4375CB

Color information

#4375CB (or 0x4375CB) is unknown color: approx Royal Blue. HEX triplet: 43, 75 and CB. RGB value is (67,117,203). Sum of RGB (Red+Green+Blue) = 67+117+203=387 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.31% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #4375CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375CB is #BC8A34. Grayscale: #6F6F6F. Windows color (decimal): -12356149 or 13333827. OLE color: 13333827.

HSL color Cylindrical-coordinate representation of color #4375CB: hue angle of 217.94º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4375CB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB67117203-
CMYK0.670.4200.20
HSL217.94º56.67%52.94%-
HSV(B)217.94º67%79.61%-
XYZ19.4618.2358.99-
YUV111.85179.4496.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.31%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 203 (79.69% from 255) = 52.45%
R=17.31%
G=30.23%
B=52.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal671172030.670.4200.20217.9456.6752.94
Hex4375CB432A014da3935
Octal103165313103520243327165
Binary1000011111010111001011100001110101001010011011010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4375CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4375CB; }

 p { color: rgb(67,117,203); }

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

<style>
 a { background-color: #4375CB; }

 a { background-color: rgb(67,117,203); }

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

<style>
 span { border-color: #4375CB; }

 span { border-color: rgb(67,117,203); }

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