#032462

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

Shades of Sapphire #032462

Tints of Sapphire #032462

Color information

#032462 (or 0x032462) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 62. RGB value is (3,36,98). Sum of RGB (Red+Green+Blue) = 3+36+98=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #032462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032462 is #FCDB9D. Grayscale: #202020. Windows color (decimal): -16571294 or 6431747. OLE color: 6431747.

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

Color convert

RGB33698-
CMYK0.970.6300.62
HSL219.16º94.06%19.8%-
HSV(B)219.16º96.94%38.43%-
XYZ2.872.1611.82-
YUV33.2164.57106.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 98 (38.67% from 255) = 71.53%
R=2.19%
G=26.28%
B=71.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal336980.970.6300.62219.1694.0619.8
Hex32462613F03Edb5e14
Octal3441421417707633313624
Binary1110010011000101100001111111011111011011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032462; }

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

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

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

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

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

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

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

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