Html Css Color HEX #325AAA Mariner

📋 copy color: '#325AAA'

red 50 ◦ green 90 ◦ blue 170

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

Shades of Mariner #325AAA

Tints of Mariner #325AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.84%

R = 16.13%
G = 29.03%
B = 54.84%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#325AAA (or 0x325AAA) is known color: Mariner. HEX triplet: 32, 5A and AA. RGB value is (50,90,170). Sum of RGB (Red+Green+Blue) = 50+90+170=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #325AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325AAA is #CDA555. Grayscale: #565656. Windows color (decimal): -13477206 or 11164210. OLE color: 11164210.

HSL color Cylindrical-coordinate representation of color #325AAA: hue angle of 220º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325AAA is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 90 170 -
CMYK 0.71 0.47 0 0.33
HSL 220º 0.55% 0.43% -
HSV(B) 220º 0.71% 0.67% -
XYZ 12.23 10.89 39.49 -
YUV 87.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 50 90 170 0.71 0.47 0 0.33 220 0.55 0.43
Hex 32 5A AA 47 2F 0 21 DC 37 2B
Octal 62 132 252 107 57 0 41 334 67 53
Binary 110010 1011010 10101010 1000111 101111 0 100001 11011100 110111 101011

Color Harmonies of #325AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325AAA

Black with #325AAA

Text Example


Text Example

White with #325AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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