Html Css Color HEX #325BAB Mariner

📋 copy color: '#325BAB'

red 50 ◦ green 91 ◦ blue 171

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

Shades of Mariner #325BAB

Tints of Mariner #325BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.17%

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 16.03%
G = 29.17%
B = 54.81%

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

#325BAB (or 0x325BAB) is known color: Mariner. HEX triplet: 32, 5B and AB. RGB value is (50,91,171). Sum of RGB (Red+Green+Blue) = 50+91+171=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #325BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BAB is #CDA454. Grayscale: #575757. Windows color (decimal): -13476949 or 11230002. OLE color: 11230002.

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

Color convert

RGB 50 91 171 -
CMYK 0.71 0.47 0 0.33
HSL 219.67º 0.55% 0.43% -
HSV(B) 219.67º 0.71% 0.67% -
XYZ 12.41 11.1 40.02 -
YUV 87.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 50 91 171 0.71 0.47 0 0.33 219.67 0.55 0.43
Hex 32 5B AB 47 2F 0 21 DC 37 2B
Octal 62 133 253 107 57 0 41 334 67 53
Binary 110010 1011011 10101011 1000111 101111 0 100001 11011100 110111 101011

Color Harmonies of #325BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BAB

Black with #325BAB

Text Example


Text Example

White with #325BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,171); }

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

background-color css

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

 a { background-color: rgb(50,91,171); }

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

border-color css

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

 span { border-color: rgb(50,91,171); }

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