Html Css Color HEX #325AAB Mariner

📋 copy color: '#325AAB'

red 50 ◦ green 90 ◦ blue 171

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

Shades of Mariner #325AAB

Tints of Mariner #325AAB

RGB

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

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

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

R = 16.08%
G = 28.94%
B = 54.98%

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

#325AAB (or 0x325AAB) is known color: Mariner. HEX triplet: 32, 5A and AB. RGB value is (50,90,171). Sum of RGB (Red+Green+Blue) = 50+90+171=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #325AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325AAB is #CDA554. Grayscale: #565656. Windows color (decimal): -13477205 or 11229746. OLE color: 11229746.

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

Color convert

RGB 50 90 171 -
CMYK 0.71 0.47 0 0.33
HSL 220.17º 0.55% 0.43% -
HSV(B) 220.17º 0.71% 0.67% -
XYZ 12.32 10.93 39.99 -
YUV 87.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 50 90 171 0.71 0.47 0 0.33 220.17 0.55 0.43
Hex 32 5A AB 47 2F 0 21 DC 37 2B
Octal 62 132 253 107 57 0 41 334 67 53
Binary 110010 1011010 10101011 1000111 101111 0 100001 11011100 110111 101011

Color Harmonies of #325AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325AAB

Black with #325AAB

Text Example


Text Example

White with #325AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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