Html Css Color HEX #325DAC Mariner

📋 copy color: '#325DAC'

red 50 ◦ green 93 ◦ blue 172

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

Shades of Mariner #325DAC

Tints of Mariner #325DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

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

R = 15.87%
G = 29.52%
B = 54.6%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#325DAC (or 0x325DAC) is known color: Mariner. HEX triplet: 32, 5D and AC. RGB value is (50,93,172). Sum of RGB (Red+Green+Blue) = 50+93+172=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #325DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DAC is #CDA253. Grayscale: #585858. Windows color (decimal): -13476436 or 11296050. OLE color: 11296050.

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

Color convert

RGB 50 93 172 -
CMYK 0.71 0.46 0 0.33
HSL 218.85º 0.55% 0.44% -
HSV(B) 218.85º 0.71% 0.67% -
XYZ 12.68 11.49 40.58 -
YUV 89.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 50 93 172 0.71 0.46 0 0.33 218.85 0.55 0.44
Hex 32 5D AC 47 2E 0 21 DB 37 2C
Octal 62 135 254 107 56 0 41 333 67 54
Binary 110010 1011101 10101100 1000111 101110 0 100001 11011011 110111 101100

Color Harmonies of #325DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DAC

Black with #325DAC

Text Example


Text Example

White with #325DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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