#032456

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

Shades of Sapphire #032456

Tints of Sapphire #032456

Color information

#032456 (or 0x032456) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 56. RGB value is (3,36,86). Sum of RGB (Red+Green+Blue) = 3+36+86=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 86 (33.98% from 255 or 68.8% from 125); Max value from RGB is 86 - color contains mainly: blue. Hex color #032456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032456 is #FCDBA9. Grayscale: #1F1F1F. Windows color (decimal): -16571306 or 5645315. OLE color: 5645315.

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

Color convert

RGB33686-
CMYK0.970.5800.66
HSL216.14º93.26%17.45%-
HSV(B)216.14º96.51%33.73%-
XYZ2.351.959.06-
YUV31.83158.57107.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 86 (33.98% from 255) = 68.8%
R=2.4%
G=28.8%
B=68.8%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal336860.970.5800.66216.1493.2617.45
Hex32456613A042d85d11
Octal34412614172010233013521
Binary11100100101011011000011110100100001011011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032456; }

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

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

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

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

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

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

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

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