Html Css Color HEX #32599F Mariner

📋 copy color: '#32599F'

red 50 ◦ green 89 ◦ blue 159

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

Shades of Mariner #32599F

Tints of Mariner #32599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.36%

R = 16.78%
G = 29.87%
B = 53.36%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32599F (or 0x32599F) is known color: Mariner. HEX triplet: 32, 59 and 9F. RGB value is (50,89,159). Sum of RGB (Red+Green+Blue) = 50+89+159=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #32599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32599F is #CDA660. Grayscale: #545454. Windows color (decimal): -13477473 or 10443058. OLE color: 10443058.

HSL color Cylindrical-coordinate representation of color #32599F: hue angle of 218.53º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32599F is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 89 159 -
CMYK 0.69 0.44 0 0.38
HSL 218.53º 0.52% 0.41% -
HSV(B) 218.53º 0.69% 0.62% -
XYZ 11.15 10.33 34.21 -
YUV 85.32 169.58 102.81 -
System Red Green Blue C M Y K H S L
Decimal 50 89 159 0.69 0.44 0 0.38 218.53 0.52 0.41
Hex 32 59 9F 45 2C 0 26 DB 34 29
Octal 62 131 237 105 54 0 46 333 64 51
Binary 110010 1011001 10011111 1000101 101100 0 100110 11011011 110100 101001

Color Harmonies of #32599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32599F

Black with #32599F

Text Example


Text Example

White with #32599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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