#32579E

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

Shades of Mariner #32579E

Tints of Mariner #32579E

Color information

#32579E (or 0x32579E) is unknown color: approx Mariner. HEX triplet: 32, 57 and 9E. RGB value is (50,87,158). Sum of RGB (Red+Green+Blue) = 50+87+158=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #32579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32579E is #CDA861. Grayscale: #535353. Windows color (decimal): -13477986 or 10377010. OLE color: 10377010.

HSL color Cylindrical-coordinate representation of color #32579E: hue angle of 219.44º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32579E is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5087158-
CMYK0.680.4500.38
HSL219.44º51.92%40.78%-
HSV(B)219.44º68.35%61.96%-
XYZ10.99.9633.7-
YUV84.03169.74103.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=16.95%
G=29.49%
B=53.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50871580.680.4500.38219.4451.9240.78
Hex32579E442D026db3429
Octal62127236104550463336451
Binary1100101010111100111101000100101101010011011011011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32579E; }

 p { color: rgb(50,87,158); }

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

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

 a { background-color: rgb(50,87,158); }

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

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

 span { border-color: rgb(50,87,158); }

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