Html Css Color HEX #325BA5 Mariner

📋 copy color: '#325BA5'

red 50 ◦ green 91 ◦ blue 165

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

Shades of Mariner #325BA5

Tints of Mariner #325BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.92%

R = 16.34%
G = 29.74%
B = 53.92%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#325BA5 (or 0x325BA5) is known color: Mariner. HEX triplet: 32, 5B and A5. RGB value is (50,91,165). Sum of RGB (Red+Green+Blue) = 50+91+165=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 165 (64.84% from 255 or 53.92% from 306); Max value from RGB is 165 - color contains mainly: blue. Hex color #325BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BA5 is #CDA45A. Grayscale: #565656. Windows color (decimal): -13476955 or 10836786. OLE color: 10836786.

HSL color Cylindrical-coordinate representation of color #325BA5: hue angle of 218.61º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #325BA5 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 91 165 -
CMYK 0.70 0.45 0 0.35
HSL 218.61º 0.53% 0.42% -
HSV(B) 218.61º 0.7% 0.65% -
XYZ 11.85 10.88 37.07 -
YUV 87.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 50 91 165 0.70 0.45 0 0.35 218.61 0.53 0.42
Hex 32 5B A5 46 2D 0 23 DB 35 2A
Octal 62 133 245 106 55 0 43 333 65 52
Binary 110010 1011011 10100101 1000110 101101 0 100011 11011011 110101 101010

Color Harmonies of #325BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BA5

Black with #325BA5

Text Example


Text Example

White with #325BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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