Html Css Color HEX #325CA2 Mariner

📋 copy color: '#325CA2'

red 50 ◦ green 92 ◦ blue 162

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

Shades of Mariner #325CA2

Tints of Mariner #325CA2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.26%

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

R = 16.45%
G = 30.26%
B = 53.29%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#325CA2 (or 0x325CA2) is known color: Mariner. HEX triplet: 32, 5C and A2. RGB value is (50,92,162). Sum of RGB (Red+Green+Blue) = 50+92+162=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #325CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325CA2 is #CDA35D. Grayscale: #575757. Windows color (decimal): -13476702 or 10640434. OLE color: 10640434.

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

Color convert

RGB 50 92 162 -
CMYK 0.69 0.43 0 0.36
HSL 217.5º 0.53% 0.42% -
HSV(B) 217.5º 0.69% 0.64% -
XYZ 11.66 10.94 35.68 -
YUV 87.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 50 92 162 0.69 0.43 0 0.36 217.5 0.53 0.42
Hex 32 5C A2 45 2B 0 24 DA 35 2A
Octal 62 134 242 105 53 0 44 332 65 52
Binary 110010 1011100 10100010 1000101 101011 0 100100 11011010 110101 101010

Color Harmonies of #325CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CA2

Black with #325CA2

Text Example


Text Example

White with #325CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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