Html Css Color HEX #325A9B Mariner

📋 copy color: '#325A9B'

red 50 ◦ green 90 ◦ blue 155

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

Shades of Mariner #325A9B

Tints of Mariner #325A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.54%

R = 16.95%
G = 30.51%
B = 52.54%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#325A9B (or 0x325A9B) is known color: Mariner. HEX triplet: 32, 5A and 9B. RGB value is (50,90,155). Sum of RGB (Red+Green+Blue) = 50+90+155=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #325A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A9B is #CDA564. Grayscale: #555555. Windows color (decimal): -13477221 or 10181170. OLE color: 10181170.

HSL color Cylindrical-coordinate representation of color #325A9B: hue angle of 217.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #325A9B is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 90 155 -
CMYK 0.68 0.42 0 0.39
HSL 217.14º 0.51% 0.4% -
HSV(B) 217.14º 0.68% 0.61% -
XYZ 10.89 10.36 32.44 -
YUV 85.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 50 90 155 0.68 0.42 0 0.39 217.14 0.51 0.4
Hex 32 5A 9B 44 2A 0 27 D9 33 28
Octal 62 132 233 104 52 0 47 331 63 50
Binary 110010 1011010 10011011 1000100 101010 0 100111 11011001 110011 101000

Color Harmonies of #325A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A9B

Black with #325A9B

Text Example


Text Example

White with #325A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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