Html Css Color HEX #325BA2 Mariner

📋 copy color: '#325BA2'

red 50 ◦ green 91 ◦ blue 162

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

Shades of Mariner #325BA2

Tints of Mariner #325BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 53.47%

R = 16.5%
G = 30.03%
B = 53.47%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#325BA2 (or 0x325BA2) is known color: Mariner. HEX triplet: 32, 5B and A2. RGB value is (50,91,162). Sum of RGB (Red+Green+Blue) = 50+91+162=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 162 (63.67% from 255 or 53.47% from 303); Max value from RGB is 162 - color contains mainly: blue. Hex color #325BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BA2 is #CDA45D. Grayscale: #565656. Windows color (decimal): -13476958 or 10640178. OLE color: 10640178.

HSL color Cylindrical-coordinate representation of color #325BA2: hue angle of 218.04º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #325BA2 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 91 162 -
CMYK 0.69 0.44 0 0.36
HSL 218.04º 0.53% 0.42% -
HSV(B) 218.04º 0.69% 0.64% -
XYZ 11.58 10.77 35.65 -
YUV 86.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 50 91 162 0.69 0.44 0 0.36 218.04 0.53 0.42
Hex 32 5B A2 45 2C 0 24 DA 35 2A
Octal 62 133 242 105 54 0 44 332 65 52
Binary 110010 1011011 10100010 1000101 101100 0 100100 11011010 110101 101010

Color Harmonies of #325BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BA2

Black with #325BA2

Text Example


Text Example

White with #325BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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