#032E76

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

Shades of Sapphire #032E76

Tints of Sapphire #032E76

Color information

#032E76 (or 0x032E76) is unknown color: approx Sapphire. HEX triplet: 03, 2E and 76. RGB value is (3,46,118). Sum of RGB (Red+Green+Blue) = 3+46+118=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #032E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E76 is #FCD189. Grayscale: #292929. Windows color (decimal): -16568714 or 7745027. OLE color: 7745027.

HSL color Cylindrical-coordinate representation of color #032E76: hue angle of 217.57º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032E76 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB346118-
CMYK0.970.6100.54
HSL217.57º95.04%23.73%-
HSV(B)217.57º97.46%46.27%-
XYZ4.283.2817.55-
YUV41.35171.25100.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 118 (46.48% from 255) = 70.66%
R=1.80%
G=27.54%
B=70.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3461180.970.6100.54217.5795.0423.73
Hex32E76613D036da5f18
Octal3561661417506633213730
Binary1110111011101101100001111101011011011011010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032E76; }

 p { color: rgb(3,46,118); }

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

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

 a { background-color: rgb(3,46,118); }

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

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

 span { border-color: rgb(3,46,118); }

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