Html Css Color HEX #32599C Mariner

📋 copy color: '#32599C'

red 50 ◦ green 89 ◦ blue 156

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

Shades of Mariner #32599C

Tints of Mariner #32599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

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

R = 16.95%
G = 30.17%
B = 52.88%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32599C (or 0x32599C) is known color: Mariner. HEX triplet: 32, 59 and 9C. RGB value is (50,89,156). Sum of RGB (Red+Green+Blue) = 50+89+156=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #32599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32599C is #CDA663. Grayscale: #545454. Windows color (decimal): -13477476 or 10246450. OLE color: 10246450.

HSL color Cylindrical-coordinate representation of color #32599C: hue angle of 217.92º 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 #32599C is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 89 156 -
CMYK 0.68 0.43 0 0.39
HSL 217.92º 0.51% 0.4% -
HSV(B) 217.92º 0.68% 0.61% -
XYZ 10.89 10.22 32.85 -
YUV 84.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 50 89 156 0.68 0.43 0 0.39 217.92 0.51 0.4
Hex 32 59 9C 44 2B 0 27 DA 33 28
Octal 62 131 234 104 53 0 47 332 63 50
Binary 110010 1011001 10011100 1000100 101011 0 100111 11011010 110011 101000

Color Harmonies of #32599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32599C

Black with #32599C

Text Example


Text Example

White with #32599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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