Html Css Color HEX #325DAA Mariner

📋 copy color: '#325DAA'

red 50 ◦ green 93 ◦ blue 170

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

Shades of Mariner #325DAA

Tints of Mariner #325DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 15.97%
G = 29.71%
B = 54.31%

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

#325DAA (or 0x325DAA) is known color: Mariner. HEX triplet: 32, 5D and AA. RGB value is (50,93,170). Sum of RGB (Red+Green+Blue) = 50+93+170=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #325DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DAA is #CDA255. Grayscale: #585858. Windows color (decimal): -13476438 or 11164978. OLE color: 11164978.

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

Color convert

RGB 50 93 170 -
CMYK 0.71 0.45 0 0.33
HSL 218.5º 0.55% 0.43% -
HSV(B) 218.5º 0.71% 0.67% -
XYZ 12.49 11.41 39.57 -
YUV 88.92 173.75 100.24 -
System Red Green Blue C M Y K H S L
Decimal 50 93 170 0.71 0.45 0 0.33 218.5 0.55 0.43
Hex 32 5D AA 47 2D 0 21 DA 37 2B
Octal 62 135 252 107 55 0 41 332 67 53
Binary 110010 1011101 10101010 1000111 101101 0 100001 11011010 110111 101011

Color Harmonies of #325DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DAA

Black with #325DAA

Text Example


Text Example

White with #325DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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