#032373

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

Shades of Sapphire #032373

Tints of Sapphire #032373

Color information

#032373 (or 0x032373) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 73. RGB value is (3,35,115). Sum of RGB (Red+Green+Blue) = 3+35+115=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #032373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032373 is #FCDC8C. Grayscale: #222222. Windows color (decimal): -16571533 or 7545603. OLE color: 7545603.

HSL color Cylindrical-coordinate representation of color #032373: hue angle of 222.86º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032373 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB335115-
CMYK0.970.7000.55
HSL222.86º94.92%23.14%-
HSV(B)222.86º97.39%45.1%-
XYZ3.732.4616.5-
YUV34.55173.4105.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 115 (45.31% from 255) = 75.16%
R=1.96%
G=22.88%
B=75.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3351150.970.7000.55222.8694.9223.14
Hex323736146037df5f17
Octal34316314110606733713727
Binary11100011111001111000011000110011011111011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032373; }

 p { color: rgb(3,35,115); }

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

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

 a { background-color: rgb(3,35,115); }

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

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

 span { border-color: rgb(3,35,115); }

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