#032574

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

Shades of Sapphire #032574

Tints of Sapphire #032574

Color information

#032574 (or 0x032574) is unknown color: approx Sapphire. HEX triplet: 03, 25 and 74. RGB value is (3,37,116). Sum of RGB (Red+Green+Blue) = 3+37+116=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 116 (45.70% from 255 or 74.36% from 156); Max value from RGB is 116 - color contains mainly: blue. Hex color #032574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032574 is #FCDA8B. Grayscale: #232323. Windows color (decimal): -16571020 or 7611651. OLE color: 7611651.

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

Color convert

RGB337116-
CMYK0.970.6800.55
HSL221.95º94.96%23.33%-
HSV(B)221.95º97.41%45.49%-
XYZ3.852.616.82-
YUV35.84173.24104.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 116 (45.70% from 255) = 74.36%
R=1.92%
G=23.72%
B=74.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3371160.970.6800.55221.9594.9623.33
Hex325746144037de5f17
Octal34516414110406733613727
Binary11100101111010011000011000100011011111011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032574; }

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

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

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

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

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

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

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

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