#316DBC

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

Shades of Lochmara #316DBC

Tints of Lochmara #316DBC

Color information

#316DBC (or 0x316DBC) is unknown color: approx Lochmara. HEX triplet: 31, 6D and BC. RGB value is (49,109,188). Sum of RGB (Red+Green+Blue) = 49+109+188=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #316DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DBC is #CE9243. Grayscale: #636363. Windows color (decimal): -13537860 or 12348721. OLE color: 12348721.

HSL color Cylindrical-coordinate representation of color #316DBC: hue angle of 214.1º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #316DBC is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB49109188-
CMYK0.740.4200.26
HSL214.1º58.65%46.47%-
HSV(B)214.1º73.94%73.73%-
XYZ15.8115.2249.68-
YUV100.07177.6291.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.16%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 188 (73.83% from 255) = 54.34%
R=14.16%
G=31.50%
B=54.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491091880.740.4200.26214.158.6546.47
Hex316DBC4A2A01Ad63b2e
Octal61155274112520323267356
Binary110001110110110111100100101010101001101011010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,109,188); }

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

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

 a { background-color: rgb(49,109,188); }

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

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

 span { border-color: rgb(49,109,188); }

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