Html Css Color HEX #325FAC Mariner

📋 copy color: '#325FAC'

red 50 ◦ green 95 ◦ blue 172

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

Shades of Mariner #325FAC

Tints of Mariner #325FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 15.77%
G = 29.97%
B = 54.26%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#325FAC (or 0x325FAC) is known color: Mariner. HEX triplet: 32, 5F and AC. RGB value is (50,95,172). Sum of RGB (Red+Green+Blue) = 50+95+172=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #325FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325FAC is #CDA053. Grayscale: #595959. Windows color (decimal): -13475924 or 11296562. OLE color: 11296562.

HSL color Cylindrical-coordinate representation of color #325FAC: hue angle of 217.87º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325FAC is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 95 172 -
CMYK 0.71 0.45 0 0.33
HSL 217.87º 0.55% 0.44% -
HSV(B) 217.87º 0.71% 0.67% -
XYZ 12.85 11.84 40.64 -
YUV 90.32 174.09 99.24 -
System Red Green Blue C M Y K H S L
Decimal 50 95 172 0.71 0.45 0 0.33 217.87 0.55 0.44
Hex 32 5F AC 47 2D 0 21 DA 37 2C
Octal 62 137 254 107 55 0 41 332 67 54
Binary 110010 1011111 10101100 1000111 101101 0 100001 11011010 110111 101100

Color Harmonies of #325FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FAC

Black with #325FAC

Text Example


Text Example

White with #325FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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