#032580

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

Shades of Sapphire #032580

Tints of Sapphire #032580

Color information

#032580 (or 0x032580) is unknown color: approx Sapphire. HEX triplet: 03, 25 and 80. RGB value is (3,37,128). Sum of RGB (Red+Green+Blue) = 3+37+128=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 128 (50.39% from 255 or 76.19% from 168); Max value from RGB is 128 - color contains mainly: blue. Hex color #032580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032580 is #FCDA7F. Grayscale: #242424. Windows color (decimal): -16571008 or 8398083. OLE color: 8398083.

HSL color Cylindrical-coordinate representation of color #032580: hue angle of 223.68º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032580 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB337128-
CMYK0.980.7100.50
HSL223.68º95.42%25.69%-
HSV(B)223.68º97.66%50.2%-
XYZ4.62.920.74-
YUV37.21179.24103.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 128 (50.39% from 255) = 76.19%
R=1.79%
G=22.02%
B=76.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3371280.980.7100.50223.6895.4225.69
Hex325806247032e05f1a
Octal34520014210706234013732
Binary111001011000000011000101000111011001011100000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032580; }

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

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

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

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

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

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

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

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