Html Css Color HEX #325A9E Mariner

📋 copy color: '#325A9E'

red 50 ◦ green 90 ◦ blue 158

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

Shades of Mariner #325A9E

Tints of Mariner #325A9E

RGB

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

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

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

R = 16.78%
G = 30.2%
B = 53.02%

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

#325A9E (or 0x325A9E) is known color: Mariner. HEX triplet: 32, 5A and 9E. RGB value is (50,90,158). Sum of RGB (Red+Green+Blue) = 50+90+158=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #325A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A9E is #CDA561. Grayscale: #555555. Windows color (decimal): -13477218 or 10377778. OLE color: 10377778.

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

Color convert

RGB 50 90 158 -
CMYK 0.68 0.43 0 0.38
HSL 217.78º 0.52% 0.41% -
HSV(B) 217.78º 0.68% 0.62% -
XYZ 11.14 10.46 33.78 -
YUV 85.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 50 90 158 0.68 0.43 0 0.38 217.78 0.52 0.41
Hex 32 5A 9E 44 2B 0 26 DA 34 29
Octal 62 132 236 104 53 0 46 332 64 51
Binary 110010 1011010 10011110 1000100 101011 0 100110 11011010 110100 101001

Color Harmonies of #325A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A9E

Black with #325A9E

Text Example


Text Example

White with #325A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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