#032155

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

Shades of Sapphire #032155

Tints of Sapphire #032155

Color information

#032155 (or 0x032155) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 55. RGB value is (3,33,85). Sum of RGB (Red+Green+Blue) = 3+33+85=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #032155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032155 is #FCDEAA. Grayscale: #1D1D1D. Windows color (decimal): -16572075 or 5579011. OLE color: 5579011.

HSL color Cylindrical-coordinate representation of color #032155: hue angle of 218.05º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032155 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB33385-
CMYK0.960.6100.67
HSL218.05º93.18%17.25%-
HSV(B)218.05º96.47%33.33%-
XYZ2.221.768.82-
YUV29.96159.06108.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 85 (33.59% from 255) = 70.25%
R=2.48%
G=27.27%
B=70.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal333850.960.6100.67218.0593.1817.25
Hex32155603D043da5d11
Octal34112514075010333213521
Binary11100001101010111000001111010100001111011010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032155; }

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

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

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

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

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

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

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

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