Html Css Color HEX #32589F Mariner

📋 copy color: '#32589F'

red 50 ◦ green 88 ◦ blue 159

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

Shades of Mariner #32589F

Tints of Mariner #32589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

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

R = 16.84%
G = 29.63%
B = 53.54%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32589F (or 0x32589F) is known color: Mariner. HEX triplet: 32, 58 and 9F. RGB value is (50,88,159). Sum of RGB (Red+Green+Blue) = 50+88+159=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #32589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32589F is #CDA760. Grayscale: #545454. Windows color (decimal): -13477729 or 10442802. OLE color: 10442802.

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

Color convert

RGB 50 88 159 -
CMYK 0.69 0.45 0 0.38
HSL 219.08º 0.52% 0.41% -
HSV(B) 219.08º 0.69% 0.62% -
XYZ 11.06 10.16 34.18 -
YUV 84.73 169.91 103.23 -
System Red Green Blue C M Y K H S L
Decimal 50 88 159 0.69 0.45 0 0.38 219.08 0.52 0.41
Hex 32 58 9F 45 2D 0 26 DB 34 29
Octal 62 130 237 105 55 0 46 333 64 51
Binary 110010 1011000 10011111 1000101 101101 0 100110 11011011 110100 101001

Color Harmonies of #32589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32589F

Black with #32589F

Text Example


Text Example

White with #32589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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