Html Css Color HEX #325FA1 Mariner

📋 copy color: '#325FA1'

red 50 ◦ green 95 ◦ blue 161

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

Shades of Mariner #325FA1

Tints of Mariner #325FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 52.61%

R = 16.34%
G = 31.05%
B = 52.61%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#325FA1 (or 0x325FA1) is known color: Mariner. HEX triplet: 32, 5F and A1. RGB value is (50,95,161). Sum of RGB (Red+Green+Blue) = 50+95+161=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 161 (63.28% from 255 or 52.61% from 306); Max value from RGB is 161 - color contains mainly: blue. Hex color #325FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325FA1 is #CDA05E. Grayscale: #585858. Windows color (decimal): -13475935 or 10575666. OLE color: 10575666.

HSL color Cylindrical-coordinate representation of color #325FA1: hue angle of 215.68º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #325FA1 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 95 161 -
CMYK 0.69 0.41 0 0.37
HSL 215.68º 0.53% 0.41% -
HSV(B) 215.68º 0.69% 0.63% -
XYZ 11.84 11.44 35.3 -
YUV 89.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 50 95 161 0.69 0.41 0 0.37 215.68 0.53 0.41
Hex 32 5F A1 45 29 0 25 D8 35 29
Octal 62 137 241 105 51 0 45 330 65 51
Binary 110010 1011111 10100001 1000101 101001 0 100101 11011000 110101 101001

Color Harmonies of #325FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FA1

Black with #325FA1

Text Example


Text Example

White with #325FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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