Html Css Color HEX #3155A3 Mariner

📋 copy color: '#3155A3'

red 49 ◦ green 85 ◦ blue 163

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

Shades of Mariner #3155A3

Tints of Mariner #3155A3

RGB

 RED value IS 49 (19.53% from 255) = 16.5%

 GREEN value IS 85 (33.59% from 255) = 28.62%

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

R = 16.5%
G = 28.62%
B = 54.88%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3155A3 (or 0x3155A3) is known color: Mariner. HEX triplet: 31, 55 and A3. RGB value is (49,85,163). Sum of RGB (Red+Green+Blue) = 49+85+163=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 163 (64.06% from 255 or 54.88% from 297); Max value from RGB is 163 - color contains mainly: blue. Hex color #3155A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3155A3 is #CEAA5C. Grayscale: #525252. Windows color (decimal): -13544029 or 10704177. OLE color: 10704177.

HSL color Cylindrical-coordinate representation of color #3155A3: hue angle of 221.05º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3155A3 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 49 85 163 -
CMYK 0.70 0.48 0 0.36
HSL 221.05º 0.54% 0.42% -
HSV(B) 221.05º 0.7% 0.64% -
XYZ 11.13 9.79 35.95 -
YUV 83.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 49 85 163 0.70 0.48 0 0.36 221.05 0.54 0.42
Hex 31 55 A3 46 30 0 24 DD 36 2A
Octal 61 125 243 106 60 0 44 335 66 52
Binary 110001 1010101 10100011 1000110 110000 0 100100 11011101 110110 101010

Color Harmonies of #3155A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3155A3

Black with #3155A3

Text Example


Text Example

White with #3155A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3155A3; }

 p { color: rgb(49,85,163); }

 H1.HeaderClassName
 {
   color: #3155A3;
 }
 .AnyTagClassName
 {
   color: #3155A3;
 }
</style>

background-color css

<style>
 a { background-color: #3155A3; }

 a { background-color: rgb(49,85,163); }

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

border-color css

<style>
 span { border-color: #3155A3; }

 span { border-color: rgb(49,85,163); }

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