#032564

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

Shades of Sapphire #032564

Tints of Sapphire #032564

Color information

#032564 (or 0x032564) is unknown color: approx Sapphire. HEX triplet: 03, 25 and 64. RGB value is (3,37,100). Sum of RGB (Red+Green+Blue) = 3+37+100=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 100 (39.45% from 255 or 71.43% from 140); Max value from RGB is 100 - color contains mainly: blue. Hex color #032564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032564 is #FCDA9B. Grayscale: #212121. Windows color (decimal): -16571036 or 6563075. OLE color: 6563075.

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

Color convert

RGB337100-
CMYK0.970.6300.61
HSL218.97º94.17%20.2%-
HSV(B)218.97º97%39.22%-
XYZ32.2612.34-
YUV34.02165.24105.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 100 (39.45% from 255) = 71.43%
R=2.14%
G=26.43%
B=71.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3371000.970.6300.61218.9794.1720.2
Hex32564613F03Ddb5e14
Octal3451441417707533313624
Binary1110010111001001100001111111011110111011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032564; }

 p { color: rgb(3,37,100); }

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

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

 a { background-color: rgb(3,37,100); }

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

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

 span { border-color: rgb(3,37,100); }

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