Html Css Color HEX #325C9E Mariner

📋 copy color: '#325C9E'

red 50 ◦ green 92 ◦ blue 158

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

Shades of Mariner #325C9E

Tints of Mariner #325C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.67%

R = 16.67%
G = 30.67%
B = 52.67%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#325C9E (or 0x325C9E) is known color: Mariner. HEX triplet: 32, 5C and 9E. RGB value is (50,92,158). Sum of RGB (Red+Green+Blue) = 50+92+158=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #325C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C9E is #CDA361. Grayscale: #565656. Windows color (decimal): -13476706 or 10378290. OLE color: 10378290.

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

Color convert

RGB 50 92 158 -
CMYK 0.68 0.42 0 0.38
HSL 216.67º 0.52% 0.41% -
HSV(B) 216.67º 0.68% 0.62% -
XYZ 11.31 10.8 33.84 -
YUV 86.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 50 92 158 0.68 0.42 0 0.38 216.67 0.52 0.41
Hex 32 5C 9E 44 2A 0 26 D9 34 29
Octal 62 134 236 104 52 0 46 331 64 51
Binary 110010 1011100 10011110 1000100 101010 0 100110 11011001 110100 101001

Color Harmonies of #325C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C9E

Black with #325C9E

Text Example


Text Example

White with #325C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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