#032878

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

Shades of Sapphire #032878

Tints of Sapphire #032878

Color information

#032878 (or 0x032878) is unknown color: approx Sapphire. HEX triplet: 03, 28 and 78. RGB value is (3,40,120). Sum of RGB (Red+Green+Blue) = 3+40+120=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #032878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032878 is #FCD787. Grayscale: #252525. Windows color (decimal): -16570248 or 7874563. OLE color: 7874563.

HSL color Cylindrical-coordinate representation of color #032878: hue angle of 221.03º 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 #032878 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB340120-
CMYK0.980.6700.53
HSL221.03º95.12%24.12%-
HSV(B)221.03º97.5%47.06%-
XYZ4.192.8918.11-
YUV38.06174.24103-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 120 (47.27% from 255) = 73.62%
R=1.84%
G=24.54%
B=73.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3401200.980.6700.53221.0395.1224.12
Hex328786243035dd5f18
Octal35017014210306533513730
Binary11101000111100011000101000011011010111011101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032878; }

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

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

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

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

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

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

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

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