#316CAB

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

Shades of Lochmara #316CAB

Tints of Lochmara #316CAB

Color information

#316CAB (or 0x316CAB) is unknown color: approx Lochmara. HEX triplet: 31, 6C and AB. RGB value is (49,108,171). Sum of RGB (Red+Green+Blue) = 49+108+171=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #316CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316CAB is #CE9354. Grayscale: #616161. Windows color (decimal): -13538133 or 11234353. OLE color: 11234353.

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

Color convert

RGB49108171-
CMYK0.710.3700.33
HSL210.98º55.45%43.14%-
HSV(B)210.98º71.35%67.06%-
XYZ13.9814.3240.55-
YUV97.54169.4593.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=14.94%
G=32.93%
B=52.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491081710.710.3700.33210.9855.4543.14
Hex316CAB4725021d3372b
Octal61154253107450413236753
Binary1100011101100101010111000111100101010000111010011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,108,171); }

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

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

 a { background-color: rgb(49,108,171); }

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

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

 span { border-color: rgb(49,108,171); }

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