#316CB1

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

Shades of Lochmara #316CB1

Tints of Lochmara #316CB1

Color information

#316CB1 (or 0x316CB1) is unknown color: approx Lochmara. HEX triplet: 31, 6C and B1. RGB value is (49,108,177). Sum of RGB (Red+Green+Blue) = 49+108+177=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #316CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316CB1 is #CE934E. Grayscale: #616161. Windows color (decimal): -13538127 or 11627569. OLE color: 11627569.

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

Color convert

RGB49108177-
CMYK0.720.3900.31
HSL212.34º56.64%44.31%-
HSV(B)212.34º72.32%69.41%-
XYZ14.5614.5543.64-
YUV98.22172.4592.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.67%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 177 (69.53% from 255) = 52.99%
R=14.67%
G=32.34%
B=52.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491081770.720.3900.31212.3456.6444.31
Hex316CB1482701Fd4392c
Octal61154261110470373247154
Binary110001110110010110001100100010011101111111010100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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