#3163A0

Color #3163A0 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3163A0

Tints of Lochmara #3163A0

Color information

#3163A0 (or 0x3163A0) is unknown color: approx Lochmara. HEX triplet: 31, 63 and A0. RGB value is (49,99,160). Sum of RGB (Red+Green+Blue) = 49+99+160=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #3163A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3163A0 is #CE9C5F. Grayscale: #5A5A5A. Windows color (decimal): -13540448 or 10511153. OLE color: 10511153.

HSL color Cylindrical-coordinate representation of color #3163A0: hue angle of 212.97º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3163A0 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4999160-
CMYK0.690.3800.37
HSL212.97º53.11%40.98%-
HSV(B)212.97º69.38%62.75%-
XYZ12.0712.1134.96-
YUV91166.9498.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 160 (62.89% from 255) = 51.95%
R=15.91%
G=32.14%
B=51.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49991600.690.3800.37212.9753.1140.98
Hex3163A04526025d53529
Octal61143240105460453256551
Binary1100011100011101000001000101100110010010111010101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3163A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3163A0; }

 p { color: rgb(49,99,160); }

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

<style>
 a { background-color: #3163A0; }

 a { background-color: rgb(49,99,160); }

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

<style>
 span { border-color: #3163A0; }

 span { border-color: rgb(49,99,160); }

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