#316FB5

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

Shades of Lochmara #316FB5

Tints of Lochmara #316FB5

Color information

#316FB5 (or 0x316FB5) is unknown color: approx Lochmara. HEX triplet: 31, 6F and B5. RGB value is (49,111,181). Sum of RGB (Red+Green+Blue) = 49+111+181=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #316FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316FB5 is #CE904A. Grayscale: #646464. Windows color (decimal): -13537355 or 11890481. OLE color: 11890481.

HSL color Cylindrical-coordinate representation of color #316FB5: hue angle of 211.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #316FB5 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB49111181-
CMYK0.730.3900.29
HSL211.82º57.39%45.1%-
HSV(B)211.82º72.93%70.98%-
XYZ15.2915.3645.87-
YUV100.44173.4691.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 181 (71.09% from 255) = 53.08%
R=14.37%
G=32.55%
B=53.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491111810.730.3900.29211.8257.3945.1
Hex316FB5492701Dd4392d
Octal61157265111470353247155
Binary110001110111110110101100100110011101110111010100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,111,181); }

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

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

 a { background-color: rgb(49,111,181); }

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

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

 span { border-color: rgb(49,111,181); }

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