#316f95

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

Shades of Lochmara #316F95

Tints of Lochmara #316F95

Color information

#316F95 (or 0x316F95) is unknown color: approx Lochmara. HEX triplet: 31, 6F and 95. RGB value is (49,111,149). Sum of RGB (Red+Green+Blue) = 49+111+149=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #316F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F95 is #CE906A. Grayscale: #606060. Windows color (decimal): -13537387 or 9793329. OLE color: 9793329.

HSL color Cylindrical-coordinate representation of color #316F95: hue angle of 202.8º 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 #316F95 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49111149-
CMYK0.670.2600.42
HSL202.8º50.51%38.82%-
HSV(B)202.8º67.11%58.43%-
XYZ12.3814.1930.52-
YUV96.79157.4693.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=15.86%
G=35.92%
B=48.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491111490.670.2600.42202.850.5138.82
Hex316F95431A02Acb3327
Octal61157225103320523136347
Binary110001110111110010101100001111010010101011001011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316f95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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