#032176

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

Shades of Sapphire #032176

Tints of Sapphire #032176

Color information

#032176 (or 0x032176) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 76. RGB value is (3,33,118). Sum of RGB (Red+Green+Blue) = 3+33+118=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #032176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032176 is #FCDE89. Grayscale: #212121. Windows color (decimal): -16572042 or 7741699. OLE color: 7741699.

HSL color Cylindrical-coordinate representation of color #032176: hue angle of 224.35º 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 #032176 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB333118-
CMYK0.970.7200.54
HSL224.35º95.04%23.73%-
HSV(B)224.35º97.46%46.27%-
XYZ3.852.4217.4-
YUV33.72175.56106.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 118 (46.48% from 255) = 76.62%
R=1.95%
G=21.43%
B=76.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3331180.970.7200.54224.3595.0423.73
Hex321766148036e05f18
Octal34116614111006634013730
Binary11100001111011011000011001000011011011100000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032176; }

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

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

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

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

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

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

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

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