#032276

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

Shades of Sapphire #032276

Tints of Sapphire #032276

Color information

#032276 (or 0x032276) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 76. RGB value is (3,34,118). Sum of RGB (Red+Green+Blue) = 3+34+118=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #032276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032276 is #FCDD89. Grayscale: #212121. Windows color (decimal): -16571786 or 7741955. OLE color: 7741955.

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

Color convert

RGB334118-
CMYK0.970.7100.54
HSL223.83º95.04%23.73%-
HSV(B)223.83º97.46%46.27%-
XYZ3.882.4717.41-
YUV34.31175.23105.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.94%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 118 (46.48% from 255) = 76.13%
R=1.94%
G=21.94%
B=76.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3341180.970.7100.54223.8395.0423.73
Hex322766147036e05f18
Octal34216614110706634013730
Binary11100010111011011000011000111011011011100000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032276; }

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

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

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

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

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

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

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

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