#316DA0

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

Shades of Lochmara #316DA0

Tints of Lochmara #316DA0

Color information

#316DA0 (or 0x316DA0) is unknown color: approx Lochmara. HEX triplet: 31, 6D and A0. RGB value is (49,109,160). Sum of RGB (Red+Green+Blue) = 49+109+160=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #316DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316DA0 is #CE925F. Grayscale: #606060. Windows color (decimal): -13537888 or 10513713. OLE color: 10513713.

HSL color Cylindrical-coordinate representation of color #316DA0: hue angle of 207.57º 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 #316DA0 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB49109160-
CMYK0.690.3200.37
HSL207.57º53.11%40.98%-
HSV(B)207.57º69.38%62.75%-
XYZ13.0814.1335.3-
YUV96.87163.6293.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 160 (62.89% from 255) = 50.31%
R=15.41%
G=34.28%
B=50.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal491091600.690.3200.37207.5753.1140.98
Hex316DA04520025d03529
Octal61155240105400453206551
Binary1100011101101101000001000101100000010010111010000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316DA0; }

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

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

<style>
 a { background-color: #316DA0; }

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

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

<style>
 span { border-color: #316DA0; }

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

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