#316799

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

Shades of Lochmara #316799

Tints of Lochmara #316799

Color information

#316799 (or 0x316799) is unknown color: approx Lochmara. HEX triplet: 31, 67 and 99. RGB value is (49,103,153). Sum of RGB (Red+Green+Blue) = 49+103+153=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #316799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316799 is #CE9866. Grayscale: #5C5C5C. Windows color (decimal): -13539431 or 10053425. OLE color: 10053425.

HSL color Cylindrical-coordinate representation of color #316799: hue angle of 208.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316799 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB49103153-
CMYK0.680.3300.4
HSL208.85º51.49%39.61%-
HSV(B)208.85º67.97%60%-
XYZ11.8712.6531.95-
YUV92.55162.1196.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=16.07%
G=33.77%
B=50.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491031530.680.3300.4208.8551.4939.61
Hex3167994421028d13328
Octal61147231104410503216350
Binary1100011100111100110011000100100001010100011010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316799; }

 p { color: rgb(49,103,153); }

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

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

 a { background-color: rgb(49,103,153); }

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

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

 span { border-color: rgb(49,103,153); }

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