#316397

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

Shades of Lochmara #316397

Tints of Lochmara #316397

Color information

#316397 (or 0x316397) is unknown color: approx Lochmara. HEX triplet: 31, 63 and 97. RGB value is (49,99,151). Sum of RGB (Red+Green+Blue) = 49+99+151=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #316397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316397 is #CE9C68. Grayscale: #595959. Windows color (decimal): -13540457 or 9921329. OLE color: 9921329.

HSL color Cylindrical-coordinate representation of color #316397: hue angle of 210.59º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316397 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4999151-
CMYK0.680.3400.41
HSL210.59º51%39.22%-
HSV(B)210.59º67.55%59.22%-
XYZ11.3111.8130.96-
YUV89.98162.4498.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 151 (59.38% from 255) = 50.50%
R=16.39%
G=33.11%
B=50.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49991510.680.3400.41210.595139.22
Hex3163974422029d33327
Octal61143227104420513236347
Binary1100011100011100101111000100100010010100111010011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316397; }

 p { color: rgb(49,99,151); }

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

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

 a { background-color: rgb(49,99,151); }

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

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

 span { border-color: rgb(49,99,151); }

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