Html Css Color HEX #32579E Mariner

📋 copy color: '#32579E'

red 50 ◦ green 87 ◦ blue 158

#32579E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #32579E

Tints of Mariner #32579E

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 value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32579E (or 0x32579E) is known color: 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

RGB 50 87 158 -
CMYK 0.68 0.45 0 0.38
HSL 219.44º 0.52% 0.41% -
HSV(B) 219.44º 0.68% 0.62% -
XYZ 10.9 9.96 33.7 -
YUV 84.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 50 87 158 0.68 0.45 0 0.38 219.44 0.52 0.41
Hex 32 57 9E 44 2D 0 26 DB 34 29
Octal 62 127 236 104 55 0 46 333 64 51
Binary 110010 1010111 10011110 1000100 101101 0 100110 11011011 110100 101001

Color Harmonies of #32579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32579E

Black with #32579E

Text Example


Text Example

White with #32579E

Text Example


Text Example

HTML Codes & Css Web 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>