Html Css Color HEX #32539E Mariner

📋 copy color: '#32539E'

red 50 ◦ green 83 ◦ blue 158

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

Shades of Mariner #32539E

Tints of Mariner #32539E

RGB

 RED value IS 50 (19.92% from 255) = 17.18%

 GREEN value IS 83 (32.81% from 255) = 28.52%

 BLUE value IS 158 (62.11% from 255) = 54.3%

R = 17.18%
G = 28.52%
B = 54.3%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32539E (or 0x32539E) is known color: Mariner. HEX triplet: 32, 53 and 9E. RGB value is (50,83,158). Sum of RGB (Red+Green+Blue) = 50+83+158=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #32539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32539E is #CDAC61. Grayscale: #515151. Windows color (decimal): -13479010 or 10375986. OLE color: 10375986.

HSL color Cylindrical-coordinate representation of color #32539E: hue angle of 221.67º 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 #32539E is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 83 158 -
CMYK 0.68 0.47 0 0.38
HSL 221.67º 0.52% 0.41% -
HSV(B) 221.67º 0.68% 0.62% -
XYZ 10.58 9.33 33.59 -
YUV 81.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 50 83 158 0.68 0.47 0 0.38 221.67 0.52 0.41
Hex 32 53 9E 44 2F 0 26 DE 34 29
Octal 62 123 236 104 57 0 46 336 64 51
Binary 110010 1010011 10011110 1000100 101111 0 100110 11011110 110100 101001

Color Harmonies of #32539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32539E

Black with #32539E

Text Example


Text Example

White with #32539E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32539E;
 }
 .AnyTagClassName
 {
   color: #32539E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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