Html Css Color HEX #325A9D Mariner

📋 copy color: '#325A9D'

red 50 ◦ green 90 ◦ blue 157

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

Shades of Mariner #325A9D

Tints of Mariner #325A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 16.84%
G = 30.3%
B = 52.86%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#325A9D (or 0x325A9D) is known color: Mariner. HEX triplet: 32, 5A and 9D. RGB value is (50,90,157). Sum of RGB (Red+Green+Blue) = 50+90+157=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #325A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A9D is #CDA562. Grayscale: #555555. Windows color (decimal): -13477219 or 10312242. OLE color: 10312242.

HSL color Cylindrical-coordinate representation of color #325A9D: hue angle of 217.57º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #325A9D is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 90 157 -
CMYK 0.68 0.43 0 0.38
HSL 217.57º 0.52% 0.41% -
HSV(B) 217.57º 0.68% 0.62% -
XYZ 11.06 10.42 33.33 -
YUV 85.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 50 90 157 0.68 0.43 0 0.38 217.57 0.52 0.41
Hex 32 5A 9D 44 2B 0 26 DA 34 29
Octal 62 132 235 104 53 0 46 332 64 51
Binary 110010 1011010 10011101 1000100 101011 0 100110 11011010 110100 101001

Color Harmonies of #325A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A9D

Black with #325A9D

Text Example


Text Example

White with #325A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,90,157); }

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

background-color css

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

 a { background-color: rgb(50,90,157); }

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

border-color css

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

 span { border-color: rgb(50,90,157); }

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