#316EAC

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

Shades of Lochmara #316EAC

Tints of Lochmara #316EAC

Color information

#316EAC (or 0x316EAC) is unknown color: approx Lochmara. HEX triplet: 31, 6E and AC. RGB value is (49,110,172). Sum of RGB (Red+Green+Blue) = 49+110+172=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #316EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316EAC is #CE9153. Grayscale: #626262. Windows color (decimal): -13537620 or 11300401. OLE color: 11300401.

HSL color Cylindrical-coordinate representation of color #316EAC: hue angle of 210.24º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316EAC is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49110172-
CMYK0.720.3600.33
HSL210.24º55.66%43.33%-
HSV(B)210.24º71.51%67.45%-
XYZ14.2914.7841.13-
YUV98.83169.2992.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.80%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=14.80%
G=33.23%
B=51.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491101720.720.3600.33210.2455.6643.33
Hex316EAC4824021d2382b
Octal61156254110440413227053
Binary1100011101110101011001001000100100010000111010010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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