Html Css Color HEX #325BA9 Mariner

📋 copy color: '#325BA9'

red 50 ◦ green 91 ◦ blue 169

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

Shades of Mariner #325BA9

Tints of Mariner #325BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.35%

 BLUE value IS 169 (66.41% from 255) = 54.52%

R = 16.13%
G = 29.35%
B = 54.52%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#325BA9 (or 0x325BA9) is known color: Mariner. HEX triplet: 32, 5B and A9. RGB value is (50,91,169). Sum of RGB (Red+Green+Blue) = 50+91+169=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 169 (66.41% from 255 or 54.52% from 310); Max value from RGB is 169 - color contains mainly: blue. Hex color #325BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BA9 is #CDA456. Grayscale: #575757. Windows color (decimal): -13476951 or 11098930. OLE color: 11098930.

HSL color Cylindrical-coordinate representation of color #325BA9: hue angle of 219.33º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #325BA9 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 50 91 169 -
CMYK 0.70 0.46 0 0.34
HSL 219.33º 0.54% 0.43% -
HSV(B) 219.33º 0.7% 0.66% -
XYZ 12.22 11.02 39.02 -
YUV 87.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 50 91 169 0.70 0.46 0 0.34 219.33 0.54 0.43
Hex 32 5B A9 46 2E 0 22 DB 36 2B
Octal 62 133 251 106 56 0 42 333 66 53
Binary 110010 1011011 10101001 1000110 101110 0 100010 11011011 110110 101011

Color Harmonies of #325BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BA9

Black with #325BA9

Text Example


Text Example

White with #325BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325BA9; }

 p { color: rgb(50,91,169); }

 H1.HeaderClassName
 {
   color: #325BA9;
 }
 .AnyTagClassName
 {
   color: #325BA9;
 }
</style>

background-color css

<style>
 a { background-color: #325BA9; }

 a { background-color: rgb(50,91,169); }

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

border-color css

<style>
 span { border-color: #325BA9; }

 span { border-color: rgb(50,91,169); }

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