Html Css Color HEX #325EAA Mariner

📋 copy color: '#325EAA'

red 50 ◦ green 94 ◦ blue 170

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

Shades of Mariner #325EAA

Tints of Mariner #325EAA

RGB

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

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

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

R = 15.92%
G = 29.94%
B = 54.14%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#325EAA (or 0x325EAA) is known color: Mariner. HEX triplet: 32, 5E and AA. RGB value is (50,94,170). Sum of RGB (Red+Green+Blue) = 50+94+170=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #325EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325EAA is #CDA155. Grayscale: #595959. Windows color (decimal): -13476182 or 11165234. OLE color: 11165234.

HSL color Cylindrical-coordinate representation of color #325EAA: hue angle of 218º 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 #325EAA is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 94 170 -
CMYK 0.71 0.45 0 0.33
HSL 218º 0.55% 0.43% -
HSV(B) 218º 0.71% 0.67% -
XYZ 12.57 11.59 39.6 -
YUV 89.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 50 94 170 0.71 0.45 0 0.33 218 0.55 0.43
Hex 32 5E AA 47 2D 0 21 DA 37 2B
Octal 62 136 252 107 55 0 41 332 67 53
Binary 110010 1011110 10101010 1000111 101101 0 100001 11011010 110111 101011

Color Harmonies of #325EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325EAA

Black with #325EAA

Text Example


Text Example

White with #325EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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