Html Css Color HEX #32539F Mariner

📋 copy color: '#32539F'

red 50 ◦ green 83 ◦ blue 159

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

Shades of Mariner #32539F

Tints of Mariner #32539F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 17.12%
G = 28.42%
B = 54.45%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32539F (or 0x32539F) is known color: Mariner. HEX triplet: 32, 53 and 9F. RGB value is (50,83,159). Sum of RGB (Red+Green+Blue) = 50+83+159=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #32539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32539F is #CDAC60. Grayscale: #515151. Windows color (decimal): -13479009 or 10441522. OLE color: 10441522.

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

Color convert

RGB 50 83 159 -
CMYK 0.69 0.48 0 0.38
HSL 221.83º 0.52% 0.41% -
HSV(B) 221.83º 0.69% 0.62% -
XYZ 10.67 9.37 34.05 -
YUV 81.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 50 83 159 0.69 0.48 0 0.38 221.83 0.52 0.41
Hex 32 53 9F 45 30 0 26 DE 34 29
Octal 62 123 237 105 60 0 46 336 64 51
Binary 110010 1010011 10011111 1000101 110000 0 100110 11011110 110100 101001

Color Harmonies of #32539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32539F

Black with #32539F

Text Example


Text Example

White with #32539F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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