Html Css Color HEX #325A9F Mariner

📋 copy color: '#325A9F'

red 50 ◦ green 90 ◦ blue 159

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

Shades of Mariner #325A9F

Tints of Mariner #325A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.18%

R = 16.72%
G = 30.1%
B = 53.18%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#325A9F (or 0x325A9F) is known color: Mariner. HEX triplet: 32, 5A and 9F. RGB value is (50,90,159). Sum of RGB (Red+Green+Blue) = 50+90+159=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #325A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A9F is #CDA560. Grayscale: #555555. Windows color (decimal): -13477217 or 10443314. OLE color: 10443314.

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

Color convert

RGB 50 90 159 -
CMYK 0.69 0.43 0 0.38
HSL 217.98º 0.52% 0.41% -
HSV(B) 217.98º 0.69% 0.62% -
XYZ 11.23 10.49 34.23 -
YUV 85.91 169.25 102.39 -
System Red Green Blue C M Y K H S L
Decimal 50 90 159 0.69 0.43 0 0.38 217.98 0.52 0.41
Hex 32 5A 9F 45 2B 0 26 DA 34 29
Octal 62 132 237 105 53 0 46 332 64 51
Binary 110010 1011010 10011111 1000101 101011 0 100110 11011010 110100 101001

Color Harmonies of #325A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A9F

Black with #325A9F

Text Example


Text Example

White with #325A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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