#316A93

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

Shades of Lochmara #316A93

Tints of Lochmara #316A93

Color information

#316A93 (or 0x316A93) is unknown color: approx Lochmara. HEX triplet: 31, 6A and 93. RGB value is (49,106,147). Sum of RGB (Red+Green+Blue) = 49+106+147=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #316A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A93 is #CE956C. Grayscale: #5D5D5D. Windows color (decimal): -13538669 or 9660977. OLE color: 9660977.

HSL color Cylindrical-coordinate representation of color #316A93: hue angle of 205.1º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316A93 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49106147-
CMYK0.670.2800.42
HSL205.1º50%38.43%-
HSV(B)205.1º66.67%57.65%-
XYZ11.6913.0729.51-
YUV93.63158.1296.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=16.23%
G=35.10%
B=48.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491061470.670.2800.42205.15038.43
Hex316A93431C02Acd3226
Octal61152223103340523156246
Binary110001110101010010011100001111100010101011001101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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