Html Css Color HEX #32599B Mariner

📋 copy color: '#32599B'

red 50 ◦ green 89 ◦ blue 155

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

Shades of Mariner #32599B

Tints of Mariner #32599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.72%

R = 17.01%
G = 30.27%
B = 52.72%

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

#32599B (or 0x32599B) is known color: Mariner. HEX triplet: 32, 59 and 9B. RGB value is (50,89,155). Sum of RGB (Red+Green+Blue) = 50+89+155=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #32599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32599B is #CDA664. Grayscale: #545454. Windows color (decimal): -13477477 or 10180914. OLE color: 10180914.

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

Color convert

RGB 50 89 155 -
CMYK 0.68 0.43 0 0.39
HSL 217.71º 0.51% 0.4% -
HSV(B) 217.71º 0.68% 0.61% -
XYZ 10.8 10.19 32.41 -
YUV 84.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 50 89 155 0.68 0.43 0 0.39 217.71 0.51 0.4
Hex 32 59 9B 44 2B 0 27 DA 33 28
Octal 62 131 233 104 53 0 47 332 63 50
Binary 110010 1011001 10011011 1000100 101011 0 100111 11011010 110011 101000

Color Harmonies of #32599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32599B

Black with #32599B

Text Example


Text Example

White with #32599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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