#316F99

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

Shades of Lochmara #316F99

Tints of Lochmara #316F99

Color information

#316F99 (or 0x316F99) is unknown color: approx Lochmara. HEX triplet: 31, 6F and 99. RGB value is (49,111,153). Sum of RGB (Red+Green+Blue) = 49+111+153=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #316F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F99 is #CE9066. Grayscale: #616161. Windows color (decimal): -13537383 or 10055473. OLE color: 10055473.

HSL color Cylindrical-coordinate representation of color #316F99: hue angle of 204.23º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316F99 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB49111153-
CMYK0.680.2700.4
HSL204.23º51.49%39.61%-
HSV(B)204.23º67.97%60%-
XYZ12.714.3232.23-
YUV97.25159.4693.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=15.65%
G=35.46%
B=48.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491111530.680.2700.4204.2351.4939.61
Hex316F99441B028cc3328
Octal61157231104330503146350
Binary110001110111110011001100010011011010100011001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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