#032362

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

Shades of Sapphire #032362

Tints of Sapphire #032362

Color information

#032362 (or 0x032362) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 62. RGB value is (3,35,98). Sum of RGB (Red+Green+Blue) = 3+35+98=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #032362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032362 is #FCDC9D. Grayscale: #202020. Windows color (decimal): -16571550 or 6431491. OLE color: 6431491.

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

Color convert

RGB33598-
CMYK0.970.6400.62
HSL219.79º94.06%19.8%-
HSV(B)219.79º96.94%38.43%-
XYZ2.842.111.81-
YUV32.61164.9106.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 35 (14.06% from 255) = 25.74%
BLUE value IS 98 (38.67% from 255) = 72.06%
R=2.21%
G=25.74%
B=72.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal335980.970.6400.62219.7994.0619.8
Hex32362614003Edc5e14
Octal34314214110007633413624
Binary11100011110001011000011000000011111011011100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032362; }

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

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

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

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

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

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

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

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