#316A9E

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

Shades of Lochmara #316A9E

Tints of Lochmara #316A9E

Color information

#316A9E (or 0x316A9E) is unknown color: approx Lochmara. HEX triplet: 31, 6A and 9E. RGB value is (49,106,158). Sum of RGB (Red+Green+Blue) = 49+106+158=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #316A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A9E is #CE9561. Grayscale: #5E5E5E. Windows color (decimal): -13538658 or 10381873. OLE color: 10381873.

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

Color convert

RGB49106158-
CMYK0.690.3300.38
HSL208.62º52.66%40.59%-
HSV(B)208.62º68.99%61.96%-
XYZ12.5913.4334.28-
YUV94.88163.6295.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=15.65%
G=33.87%
B=50.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491061580.690.3300.38208.6252.6640.59
Hex316A9E4521026d13529
Octal61152236105410463216551
Binary1100011101010100111101000101100001010011011010001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,106,158); }

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

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

 a { background-color: rgb(49,106,158); }

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

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

 span { border-color: rgb(49,106,158); }

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