Html Css Color HEX #325DAD Mariner

📋 copy color: '#325DAD'

red 50 ◦ green 93 ◦ blue 173

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

Shades of Mariner #325DAD

Tints of Mariner #325DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 15.82%
G = 29.43%
B = 54.75%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#325DAD (or 0x325DAD) is known color: Mariner. HEX triplet: 32, 5D and AD. RGB value is (50,93,173). Sum of RGB (Red+Green+Blue) = 50+93+173=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #325DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DAD is #CDA252. Grayscale: #585858. Windows color (decimal): -13476435 or 11361586. OLE color: 11361586.

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

Color convert

RGB 50 93 173 -
CMYK 0.71 0.46 0 0.32
HSL 219.02º 0.55% 0.44% -
HSV(B) 219.02º 0.71% 0.68% -
XYZ 12.77 11.52 41.09 -
YUV 89.26 175.25 100 -
System Red Green Blue C M Y K H S L
Decimal 50 93 173 0.71 0.46 0 0.32 219.02 0.55 0.44
Hex 32 5D AD 47 2E 0 20 DB 37 2C
Octal 62 135 255 107 56 0 40 333 67 54
Binary 110010 1011101 10101101 1000111 101110 0 100000 11011011 110111 101100

Color Harmonies of #325DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DAD

Black with #325DAD

Text Example


Text Example

White with #325DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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