#3153A1

Color #3153A1 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #3153A1

Tints of Mariner #3153A1

Color information

#3153A1 (or 0x3153A1) is unknown color: approx Mariner. HEX triplet: 31, 53 and A1. RGB value is (49,83,161). Sum of RGB (Red+Green+Blue) = 49+83+161=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #3153A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3153A1 is #CEAC5E. Grayscale: #515151. Windows color (decimal): -13544543 or 10572593. OLE color: 10572593.

HSL color Cylindrical-coordinate representation of color #3153A1: hue angle of 221.79º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3153A1 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4983161-
CMYK0.700.4800.37
HSL221.79º53.33%41.18%-
HSV(B)221.79º69.57%63.14%-
XYZ10.799.4134.97-
YUV81.73172.74104.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 161 (63.28% from 255) = 54.95%
R=16.72%
G=28.33%
B=54.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49831610.700.4800.37221.7953.3341.18
Hex3153A14630025de3529
Octal61123241106600453366551
Binary1100011010011101000011000110110000010010111011110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3153A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3153A1; }

 p { color: rgb(49,83,161); }

 H1.HeaderClassName
 {
   color: #3153A1;
 }
 .AnyTagClassName
 {
   color: #3153A1;
 }
</style>
background-color css

<style>
 a { background-color: #3153A1; }

 a { background-color: rgb(49,83,161); }

 div.DivClassName
 {
   background-color: #3153A1;
 }
 .BgClassName
 {
   background-color: #3153A1;
 }
</style>
border-color css

<style>
 span { border-color: #3153A1; }

 span { border-color: rgb(49,83,161); }

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