Html Css Color HEX #325CAA Mariner

📋 copy color: '#325CAA'

red 50 ◦ green 92 ◦ blue 170

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

Shades of Mariner #325CAA

Tints of Mariner #325CAA

RGB

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

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

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

R = 16.03%
G = 29.49%
B = 54.49%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#325CAA (or 0x325CAA) is known color: Mariner. HEX triplet: 32, 5C and AA. RGB value is (50,92,170). Sum of RGB (Red+Green+Blue) = 50+92+170=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #325CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325CAA is #CDA355. Grayscale: #575757. Windows color (decimal): -13476694 or 11164722. OLE color: 11164722.

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

Color convert

RGB 50 92 170 -
CMYK 0.71 0.46 0 0.33
HSL 219º 0.55% 0.43% -
HSV(B) 219º 0.71% 0.67% -
XYZ 12.4 11.23 39.55 -
YUV 88.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 50 92 170 0.71 0.46 0 0.33 219 0.55 0.43
Hex 32 5C AA 47 2E 0 21 DB 37 2B
Octal 62 134 252 107 56 0 41 333 67 53
Binary 110010 1011100 10101010 1000111 101110 0 100001 11011011 110111 101011

Color Harmonies of #325CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CAA

Black with #325CAA

Text Example


Text Example

White with #325CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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