#032372

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

Shades of Sapphire #032372

Tints of Sapphire #032372

Color information

#032372 (or 0x032372) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 72. RGB value is (3,35,114). Sum of RGB (Red+Green+Blue) = 3+35+114=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #032372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032372 is #FCDC8D. Grayscale: #222222. Windows color (decimal): -16571534 or 7480067. OLE color: 7480067.

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

Color convert

RGB335114-
CMYK0.970.6900.55
HSL222.7º94.87%22.94%-
HSV(B)222.7º97.37%44.71%-
XYZ3.682.4416.2-
YUV34.44172.9105.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 114 (44.92% from 255) = 75%
R=1.97%
G=23.03%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3351140.970.6900.55222.794.8722.94
Hex323726145037df5f17
Octal34316214110506733713727
Binary11100011111001011000011000101011011111011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032372; }

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

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

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

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

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

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

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

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