#032157

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

Shades of Sapphire #032157

Tints of Sapphire #032157

Color information

#032157 (or 0x032157) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 57. RGB value is (3,33,87). Sum of RGB (Red+Green+Blue) = 3+33+87=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #032157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032157 is #FCDEA8. Grayscale: #1D1D1D. Windows color (decimal): -16572073 or 5710083. OLE color: 5710083.

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

Color convert

RGB33387-
CMYK0.970.6200.66
HSL218.57º93.33%17.65%-
HSV(B)218.57º96.55%34.12%-
XYZ2.31.89.24-
YUV30.19160.06108.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 87 (34.38% from 255) = 70.73%
R=2.44%
G=26.83%
B=70.73%

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
Decimal333870.970.6200.66218.5793.3317.65
Hex32157613E042db5d12
Octal34112714176010233313522
Binary11100001101011111000011111100100001011011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032157; }

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

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

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

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

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

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

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

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