#316AAE

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

Shades of Lochmara #316AAE

Tints of Lochmara #316AAE

Color information

#316AAE (or 0x316AAE) is unknown color: approx Lochmara. HEX triplet: 31, 6A and AE. RGB value is (49,106,174). Sum of RGB (Red+Green+Blue) = 49+106+174=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #316AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316AAE is #CE9551. Grayscale: #606060. Windows color (decimal): -13538642 or 11430449. OLE color: 11430449.

HSL color Cylindrical-coordinate representation of color #316AAE: hue angle of 212.64º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316AAE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49106174-
CMYK0.720.3900.32
HSL212.64º56.05%43.73%-
HSV(B)212.64º71.84%68.24%-
XYZ14.0614.0242.01-
YUV96.71171.6293.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.89%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=14.89%
G=32.22%
B=52.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491061740.720.3900.32212.6456.0543.73
Hex316AAE4827020d5382c
Octal61152256110470403257054
Binary1100011101010101011101001000100111010000011010101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,106,174); }

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

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

 a { background-color: rgb(49,106,174); }

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

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

 span { border-color: rgb(49,106,174); }

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