#032477

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

Shades of Sapphire #032477

Tints of Sapphire #032477

Color information

#032477 (or 0x032477) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 77. RGB value is (3,36,119). Sum of RGB (Red+Green+Blue) = 3+36+119=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #032477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032477 is #FCDB88. Grayscale: #232323. Windows color (decimal): -16571273 or 7808003. OLE color: 7808003.

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

Color convert

RGB336119-
CMYK0.970.7000.53
HSL222.93º95.08%23.92%-
HSV(B)222.93º97.48%46.67%-
XYZ42.6117.75-
YUV35.6175.07104.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 119 (46.88% from 255) = 75.32%
R=1.90%
G=22.78%
B=75.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3361190.970.7000.53222.9395.0823.92
Hex324776146035df5f18
Octal34416714110606533713730
Binary11100100111011111000011000110011010111011111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032477; }

 p { color: rgb(3,36,119); }

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

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

 a { background-color: rgb(3,36,119); }

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

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

 span { border-color: rgb(3,36,119); }

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