#032962

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

Shades of Sapphire #032962

Tints of Sapphire #032962

Color information

#032962 (or 0x032962) is unknown color: approx Sapphire. HEX triplet: 03, 29 and 62. RGB value is (3,41,98). Sum of RGB (Red+Green+Blue) = 3+41+98=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #032962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032962 is #FCD69D. Grayscale: #232323. Windows color (decimal): -16570014 or 6433027. OLE color: 6433027.

HSL color Cylindrical-coordinate representation of color #032962: hue angle of 216º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032962 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB34198-
CMYK0.970.5800.62
HSL216º94.06%19.8%-
HSV(B)216º96.94%38.43%-
XYZ3.042.4911.88-
YUV36.14162.91104.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.11%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 98 (38.67% from 255) = 69.01%
R=2.11%
G=28.87%
B=69.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal341980.970.5800.6221694.0619.8
Hex32962613A03Ed85e14
Octal3511421417207633013624
Binary1110100111000101100001111010011111011011000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032962; }

 p { color: rgb(3,41,98); }

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

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

 a { background-color: rgb(3,41,98); }

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

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

 span { border-color: rgb(3,41,98); }

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