#032156

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

Shades of Sapphire #032156

Tints of Sapphire #032156

Color information

#032156 (or 0x032156) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 56. RGB value is (3,33,86). Sum of RGB (Red+Green+Blue) = 3+33+86=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #032156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032156 is #FCDEA9. Grayscale: #1D1D1D. Windows color (decimal): -16572074 or 5644547. OLE color: 5644547.

HSL color Cylindrical-coordinate representation of color #032156: hue angle of 218.31º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032156 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB33386-
CMYK0.970.6200.66
HSL218.31º93.26%17.45%-
HSV(B)218.31º96.51%33.73%-
XYZ2.261.789.03-
YUV30.07159.56108.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 86 (33.98% from 255) = 70.49%
R=2.46%
G=27.05%
B=70.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal333860.970.6200.66218.3193.2617.45
Hex32156613E042da5d11
Octal34112614176010233213521
Binary11100001101011011000011111100100001011011010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032156; }

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

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

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

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

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

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

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

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