#032256

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

Shades of Sapphire #032256

Tints of Sapphire #032256

Color information

#032256 (or 0x032256) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 56. RGB value is (3,34,86). Sum of RGB (Red+Green+Blue) = 3+34+86=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #032256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032256 is #FCDDA9. Grayscale: #1E1E1E. Windows color (decimal): -16571818 or 5644803. OLE color: 5644803.

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

Color convert

RGB33486-
CMYK0.970.6000.66
HSL217.59º93.26%17.45%-
HSV(B)217.59º96.51%33.73%-
XYZ2.291.849.04-
YUV30.66159.23108.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 86 (33.98% from 255) = 69.92%
R=2.44%
G=27.64%
B=69.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal334860.970.6000.66217.5993.2617.45
Hex32256613C042da5d11
Octal34212614174010233213521
Binary11100010101011011000011111000100001011011010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032256; }

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

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

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

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

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

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

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

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