Html Css Color HEX #32569D Mariner

📋 copy color: '#32569D'

red 50 ◦ green 86 ◦ blue 157

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

Shades of Mariner #32569D

Tints of Mariner #32569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

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

R = 17.06%
G = 29.35%
B = 53.58%

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

#32569D (or 0x32569D) is known color: Mariner. HEX triplet: 32, 56 and 9D. RGB value is (50,86,157). Sum of RGB (Red+Green+Blue) = 50+86+157=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #32569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32569D is #CDA962. Grayscale: #535353. Windows color (decimal): -13478243 or 10311218. OLE color: 10311218.

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

Color convert

RGB 50 86 157 -
CMYK 0.68 0.45 0 0.38
HSL 219.81º 0.52% 0.41% -
HSV(B) 219.81º 0.68% 0.62% -
XYZ 10.73 9.77 33.22 -
YUV 83.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 50 86 157 0.68 0.45 0 0.38 219.81 0.52 0.41
Hex 32 56 9D 44 2D 0 26 DC 34 29
Octal 62 126 235 104 55 0 46 334 64 51
Binary 110010 1010110 10011101 1000100 101101 0 100110 11011100 110100 101001

Color Harmonies of #32569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32569D

Black with #32569D

Text Example


Text Example

White with #32569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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