Html Css Color HEX #325EA2 Mariner

📋 copy color: '#325EA2'

red 50 ◦ green 94 ◦ blue 162

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

Shades of Mariner #325EA2

Tints of Mariner #325EA2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.72%

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

R = 16.34%
G = 30.72%
B = 52.94%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#325EA2 (or 0x325EA2) is known color: Mariner. HEX triplet: 32, 5E and A2. RGB value is (50,94,162). Sum of RGB (Red+Green+Blue) = 50+94+162=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #325EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325EA2 is #CDA15D. Grayscale: #585858. Windows color (decimal): -13476190 or 10640946. OLE color: 10640946.

HSL color Cylindrical-coordinate representation of color #325EA2: hue angle of 216.43º 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 #325EA2 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 94 162 -
CMYK 0.69 0.42 0 0.36
HSL 216.43º 0.53% 0.42% -
HSV(B) 216.43º 0.69% 0.64% -
XYZ 11.84 11.29 35.74 -
YUV 88.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 50 94 162 0.69 0.42 0 0.36 216.43 0.53 0.42
Hex 32 5E A2 45 2A 0 24 D8 35 2A
Octal 62 136 242 105 52 0 44 330 65 52
Binary 110010 1011110 10100010 1000101 101010 0 100100 11011000 110101 101010

Color Harmonies of #325EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325EA2

Black with #325EA2

Text Example


Text Example

White with #325EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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