#032474

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

Shades of Sapphire #032474

Tints of Sapphire #032474

Color information

#032474 (or 0x032474) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 74. RGB value is (3,36,116). Sum of RGB (Red+Green+Blue) = 3+36+116=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #032474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032474 is #FCDB8B. Grayscale: #222222. Windows color (decimal): -16571276 or 7611395. OLE color: 7611395.

HSL color Cylindrical-coordinate representation of color #032474: hue angle of 222.48º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032474 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB336116-
CMYK0.970.6900.55
HSL222.48º94.96%23.33%-
HSV(B)222.48º97.41%45.49%-
XYZ3.822.5416.81-
YUV35.25173.57105-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.94%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 116 (45.70% from 255) = 74.84%
R=1.94%
G=23.23%
B=74.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3361160.970.6900.55222.4894.9623.33
Hex324746145037de5f17
Octal34416414110506733613727
Binary11100100111010011000011000101011011111011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032474; }

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

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

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

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

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

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

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

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