#032479

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

Shades of Sapphire #032479

Tints of Sapphire #032479

Color information

#032479 (or 0x032479) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 79. RGB value is (3,36,121). Sum of RGB (Red+Green+Blue) = 3+36+121=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 121 (47.66% from 255 or 75.62% from 160); Max value from RGB is 121 - color contains mainly: blue. Hex color #032479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032479 is #FCDB86. Grayscale: #232323. Windows color (decimal): -16571271 or 7939075. OLE color: 7939075.

HSL color Cylindrical-coordinate representation of color #032479: hue angle of 223.22º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032479 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB336121-
CMYK0.980.7000.53
HSL223.22º95.16%24.31%-
HSV(B)223.22º97.52%47.45%-
XYZ4.122.6618.39-
YUV35.82176.07104.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.88%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 121 (47.66% from 255) = 75.62%
R=1.88%
G=22.5%
B=75.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3361210.980.7000.53223.2295.1624.31
Hex324796246035df5f18
Octal34417114210606533713730
Binary11100100111100111000101000110011010111011111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032479; }

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

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

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

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

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

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

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

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