#032460

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

Shades of Sapphire #032460

Tints of Sapphire #032460

Color information

#032460 (or 0x032460) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 60. RGB value is (3,36,96). Sum of RGB (Red+Green+Blue) = 3+36+96=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #032460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032460 is #FCDB9F. Grayscale: #202020. Windows color (decimal): -16571296 or 6300675. OLE color: 6300675.

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

Color convert

RGB33696-
CMYK0.970.6200.62
HSL218.71º93.94%19.41%-
HSV(B)218.71º96.88%37.65%-
XYZ2.782.1311.33-
YUV32.97163.57106.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 36 (14.45% from 255) = 26.67%
BLUE value IS 96 (37.89% from 255) = 71.11%
R=2.22%
G=26.67%
B=71.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal336960.970.6200.62218.7193.9419.41
Hex32460613E03Edb5e13
Octal3441401417607633313623
Binary1110010011000001100001111110011111011011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032460; }

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

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

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

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

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

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

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

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