Html Css Color HEX #325C9D Mariner

📋 copy color: '#325C9D'

red 50 ◦ green 92 ◦ blue 157

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

Shades of Mariner #325C9D

Tints of Mariner #325C9D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 16.72%
G = 30.77%
B = 52.51%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#325C9D (or 0x325C9D) is known color: Mariner. HEX triplet: 32, 5C and 9D. RGB value is (50,92,157). Sum of RGB (Red+Green+Blue) = 50+92+157=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #325C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C9D is #CDA362. Grayscale: #565656. Windows color (decimal): -13476707 or 10312754. OLE color: 10312754.

HSL color Cylindrical-coordinate representation of color #325C9D: hue angle of 216.45º 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 #325C9D is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 92 157 -
CMYK 0.68 0.41 0 0.38
HSL 216.45º 0.52% 0.41% -
HSV(B) 216.45º 0.68% 0.62% -
XYZ 11.23 10.77 33.38 -
YUV 86.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 50 92 157 0.68 0.41 0 0.38 216.45 0.52 0.41
Hex 32 5C 9D 44 29 0 26 D8 34 29
Octal 62 134 235 104 51 0 46 330 64 51
Binary 110010 1011100 10011101 1000100 101001 0 100110 11011000 110100 101001

Color Harmonies of #325C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C9D

Black with #325C9D

Text Example


Text Example

White with #325C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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