#316995

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

Shades of Lochmara #316995

Tints of Lochmara #316995

Color information

#316995 (or 0x316995) is unknown color: approx Lochmara. HEX triplet: 31, 69 and 95. RGB value is (49,105,149). Sum of RGB (Red+Green+Blue) = 49+105+149=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #316995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316995 is #CE966A. Grayscale: #5D5D5D. Windows color (decimal): -13538923 or 9791793. OLE color: 9791793.

HSL color Cylindrical-coordinate representation of color #316995: hue angle of 206.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316995 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49105149-
CMYK0.670.3000.42
HSL206.4º50.51%38.82%-
HSV(B)206.4º67.11%58.43%-
XYZ11.7412.9330.31-
YUV93.27159.4596.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.17%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=16.17%
G=34.65%
B=49.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491051490.670.3000.42206.450.5138.82
Hex316995431E02Ace3327
Octal61151225103360523166347
Binary110001110100110010101100001111110010101011001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316995; }

 p { color: rgb(49,105,149); }

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

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

 a { background-color: rgb(49,105,149); }

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

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

 span { border-color: rgb(49,105,149); }

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