#316EA3

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

Shades of Lochmara #316EA3

Tints of Lochmara #316EA3

Color information

#316EA3 (or 0x316EA3) is unknown color: approx Lochmara. HEX triplet: 31, 6E and A3. RGB value is (49,110,163). Sum of RGB (Red+Green+Blue) = 49+110+163=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #316EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316EA3 is #CE915C. Grayscale: #616161. Windows color (decimal): -13537629 or 10710577. OLE color: 10710577.

HSL color Cylindrical-coordinate representation of color #316EA3: hue angle of 207.89º 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 #316EA3 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB49110163-
CMYK0.700.3300.36
HSL207.89º53.77%41.57%-
HSV(B)207.89º69.94%63.92%-
XYZ13.4514.4536.73-
YUV97.8164.7993.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.22%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 163 (64.06% from 255) = 50.62%
R=15.22%
G=34.16%
B=50.62%

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
Decimal491101630.700.3300.36207.8953.7741.57
Hex316EA34621024d0362a
Octal61156243106410443206652
Binary1100011101110101000111000110100001010010011010000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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