#316EA4

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

Shades of Lochmara #316EA4

Tints of Lochmara #316EA4

Color information

#316EA4 (or 0x316EA4) is unknown color: approx Lochmara. HEX triplet: 31, 6E and A4. RGB value is (49,110,164). Sum of RGB (Red+Green+Blue) = 49+110+164=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #316EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316EA4 is #CE915B. Grayscale: #616161. Windows color (decimal): -13537628 or 10776113. OLE color: 10776113.

HSL color Cylindrical-coordinate representation of color #316EA4: hue angle of 208.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #316EA4 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB49110164-
CMYK0.700.3300.36
HSL208.17º53.99%41.76%-
HSV(B)208.17º70.12%64.31%-
XYZ13.5414.4937.2-
YUV97.92165.2993.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 164 (64.45% from 255) = 50.77%
R=15.17%
G=34.06%
B=50.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491101640.700.3300.36208.1753.9941.76
Hex316EA44621024d0362a
Octal61156244106410443206652
Binary1100011101110101001001000110100001010010011010000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,110,164); }

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

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

 a { background-color: rgb(49,110,164); }

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

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

 span { border-color: rgb(49,110,164); }

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