#032576

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

Shades of Sapphire #032576

Tints of Sapphire #032576

Color information

#032576 (or 0x032576) is unknown color: approx Sapphire. HEX triplet: 03, 25 and 76. RGB value is (3,37,118). Sum of RGB (Red+Green+Blue) = 3+37+118=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #032576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032576 is #FCDA89. Grayscale: #232323. Windows color (decimal): -16571018 or 7742723. OLE color: 7742723.

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

Color convert

RGB337118-
CMYK0.970.6900.54
HSL222.26º95.04%23.73%-
HSV(B)222.26º97.46%46.27%-
XYZ3.972.6517.44-
YUV36.07174.24104.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=1.90%
G=23.42%
B=74.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3371180.970.6900.54222.2695.0423.73
Hex325766145036de5f18
Octal34516614110506633613730
Binary11100101111011011000011000101011011011011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032576; }

 p { color: rgb(3,37,118); }

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

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

 a { background-color: rgb(3,37,118); }

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

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

 span { border-color: rgb(3,37,118); }

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