Html Css Color HEX #32559D Mariner

📋 copy color: '#32559D'

red 50 ◦ green 85 ◦ blue 157

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

Shades of Mariner #32559D

Tints of Mariner #32559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.11%

 BLUE value IS 157 (61.72% from 255) = 53.77%

R = 17.12%
G = 29.11%
B = 53.77%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32559D (or 0x32559D) is known color: Mariner. HEX triplet: 32, 55 and 9D. RGB value is (50,85,157). Sum of RGB (Red+Green+Blue) = 50+85+157=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #32559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32559D is #CDAA62. Grayscale: #525252. Windows color (decimal): -13478499 or 10310962. OLE color: 10310962.

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

Color convert

RGB 50 85 157 -
CMYK 0.68 0.46 0 0.38
HSL 220.37º 0.52% 0.41% -
HSV(B) 220.37º 0.68% 0.62% -
XYZ 10.65 9.61 33.19 -
YUV 82.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 50 85 157 0.68 0.46 0 0.38 220.37 0.52 0.41
Hex 32 55 9D 44 2E 0 26 DC 34 29
Octal 62 125 235 104 56 0 46 334 64 51
Binary 110010 1010101 10011101 1000100 101110 0 100110 11011100 110100 101001

Color Harmonies of #32559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32559D

Black with #32559D

Text Example


Text Example

White with #32559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32559D; }

 p { color: rgb(50,85,157); }

 H1.HeaderClassName
 {
   color: #32559D;
 }
 .AnyTagClassName
 {
   color: #32559D;
 }
</style>

background-color css

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

 a { background-color: rgb(50,85,157); }

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

border-color css

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

 span { border-color: rgb(50,85,157); }

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