Html Css Color HEX #325FA5 Mariner

📋 copy color: '#325FA5'

red 50 ◦ green 95 ◦ blue 165

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

Shades of Mariner #325FA5

Tints of Mariner #325FA5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.65%

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

R = 16.13%
G = 30.65%
B = 53.23%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#325FA5 (or 0x325FA5) is known color: Mariner. HEX triplet: 32, 5F and A5. RGB value is (50,95,165). Sum of RGB (Red+Green+Blue) = 50+95+165=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #325FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325FA5 is #CDA05A. Grayscale: #595959. Windows color (decimal): -13475931 or 10837810. OLE color: 10837810.

HSL color Cylindrical-coordinate representation of color #325FA5: hue angle of 216.52º 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 #325FA5 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 95 165 -
CMYK 0.70 0.42 0 0.35
HSL 216.52º 0.53% 0.42% -
HSV(B) 216.52º 0.7% 0.65% -
XYZ 12.2 11.58 37.19 -
YUV 89.53 170.59 99.81 -
System Red Green Blue C M Y K H S L
Decimal 50 95 165 0.70 0.42 0 0.35 216.52 0.53 0.42
Hex 32 5F A5 46 2A 0 23 D9 35 2A
Octal 62 137 245 106 52 0 43 331 65 52
Binary 110010 1011111 10100101 1000110 101010 0 100011 11011001 110101 101010

Color Harmonies of #325FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FA5

Black with #325FA5

Text Example


Text Example

White with #325FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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