Html Css Color HEX #325AA9 Mariner

📋 copy color: '#325AA9'

red 50 ◦ green 90 ◦ blue 169

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

Shades of Mariner #325AA9

Tints of Mariner #325AA9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

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

R = 16.18%
G = 29.13%
B = 54.69%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#325AA9 (or 0x325AA9) is known color: Mariner. HEX triplet: 32, 5A and A9. RGB value is (50,90,169). Sum of RGB (Red+Green+Blue) = 50+90+169=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #325AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325AA9 is #CDA556. Grayscale: #565656. Windows color (decimal): -13477207 or 11098674. OLE color: 11098674.

HSL color Cylindrical-coordinate representation of color #325AA9: hue angle of 219.83º 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 #325AA9 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 50 90 169 -
CMYK 0.70 0.47 0 0.34
HSL 219.83º 0.54% 0.43% -
HSV(B) 219.83º 0.7% 0.66% -
XYZ 12.13 10.86 38.99 -
YUV 87.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 50 90 169 0.70 0.47 0 0.34 219.83 0.54 0.43
Hex 32 5A A9 46 2F 0 22 DC 36 2B
Octal 62 132 251 106 57 0 42 334 66 53
Binary 110010 1011010 10101001 1000110 101111 0 100010 11011100 110110 101011

Color Harmonies of #325AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325AA9

Black with #325AA9

Text Example


Text Example

White with #325AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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