Html Css Color HEX #325BA3 Mariner

📋 copy color: '#325BA3'

red 50 ◦ green 91 ◦ blue 163

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

Shades of Mariner #325BA3

Tints of Mariner #325BA3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 163 (64.06% from 255) = 53.62%

R = 16.45%
G = 29.93%
B = 53.62%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#325BA3 (or 0x325BA3) is known color: Mariner. HEX triplet: 32, 5B and A3. RGB value is (50,91,163). Sum of RGB (Red+Green+Blue) = 50+91+163=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #325BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BA3 is #CDA45C. Grayscale: #565656. Windows color (decimal): -13476957 or 10705714. OLE color: 10705714.

HSL color Cylindrical-coordinate representation of color #325BA3: hue angle of 218.23º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #325BA3 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 91 163 -
CMYK 0.69 0.44 0 0.36
HSL 218.23º 0.53% 0.42% -
HSV(B) 218.23º 0.69% 0.64% -
XYZ 11.67 10.8 36.12 -
YUV 86.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 50 91 163 0.69 0.44 0 0.36 218.23 0.53 0.42
Hex 32 5B A3 45 2C 0 24 DA 35 2A
Octal 62 133 243 105 54 0 44 332 65 52
Binary 110010 1011011 10100011 1000101 101100 0 100100 11011010 110101 101010

Color Harmonies of #325BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BA3

Black with #325BA3

Text Example


Text Example

White with #325BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,163); }

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

background-color css

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

 a { background-color: rgb(50,91,163); }

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

border-color css

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

 span { border-color: rgb(50,91,163); }

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