Html Css Color HEX #32569C Mariner

📋 copy color: '#32569C'

red 50 ◦ green 86 ◦ blue 156

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

Shades of Mariner #32569C

Tints of Mariner #32569C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 17.12%
G = 29.45%
B = 53.42%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32569C (or 0x32569C) is known color: Mariner. HEX triplet: 32, 56 and 9C. RGB value is (50,86,156). Sum of RGB (Red+Green+Blue) = 50+86+156=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #32569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32569C is #CDA963. Grayscale: #525252. Windows color (decimal): -13478244 or 10245682. OLE color: 10245682.

HSL color Cylindrical-coordinate representation of color #32569C: hue angle of 219.62º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32569C is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 86 156 -
CMYK 0.68 0.45 0 0.39
HSL 219.62º 0.51% 0.4% -
HSV(B) 219.62º 0.68% 0.61% -
XYZ 10.64 9.73 32.77 -
YUV 83.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 50 86 156 0.68 0.45 0 0.39 219.62 0.51 0.4
Hex 32 56 9C 44 2D 0 27 DC 33 28
Octal 62 126 234 104 55 0 47 334 63 50
Binary 110010 1010110 10011100 1000100 101101 0 100111 11011100 110011 101000

Color Harmonies of #32569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32569C

Black with #32569C

Text Example


Text Example

White with #32569C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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