#032D78

Color #032D78 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #032D78

Tints of Sapphire #032D78

Color information

#032D78 (or 0x032D78) is unknown color: approx Sapphire. HEX triplet: 03, 2D and 78. RGB value is (3,45,120). Sum of RGB (Red+Green+Blue) = 3+45+120=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #032D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D78 is #FCD287. Grayscale: #282828. Windows color (decimal): -16568968 or 7875843. OLE color: 7875843.

HSL color Cylindrical-coordinate representation of color #032D78: hue angle of 218.46º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032D78 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB345120-
CMYK0.980.6300.53
HSL218.46º95.12%24.12%-
HSV(B)218.46º97.5%47.06%-
XYZ4.373.2518.17-
YUV40.99172.59100.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 120 (47.27% from 255) = 71.43%
R=1.79%
G=26.79%
B=71.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3451200.980.6300.53218.4695.1224.12
Hex32D78623F035da5f18
Octal3551701427706533213730
Binary1110110111110001100010111111011010111011010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032D78; }

 p { color: rgb(3,45,120); }

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

<style>
 a { background-color: #032D78; }

 a { background-color: rgb(3,45,120); }

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

<style>
 span { border-color: #032D78; }

 span { border-color: rgb(3,45,120); }

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