#316994

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

Shades of Lochmara #316994

Tints of Lochmara #316994

Color information

#316994 (or 0x316994) is unknown color: approx Lochmara. HEX triplet: 31, 69 and 94. RGB value is (49,105,148). Sum of RGB (Red+Green+Blue) = 49+105+148=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #316994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316994 is #CE966B. Grayscale: #5C5C5C. Windows color (decimal): -13538924 or 9726257. OLE color: 9726257.

HSL color Cylindrical-coordinate representation of color #316994: hue angle of 206.06º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316994 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49105148-
CMYK0.670.2900.42
HSL206.06º50.25%38.63%-
HSV(B)206.06º66.89%58.04%-
XYZ11.6612.8929.89-
YUV93.16158.9596.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 148 (58.20% from 255) = 49.01%
R=16.23%
G=34.77%
B=49.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491051480.670.2900.42206.0650.2538.63
Hex316994431D02Ace3227
Octal61151224103350523166247
Binary110001110100110010100100001111101010101011001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316994; }

 p { color: rgb(49,105,148); }

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

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

 a { background-color: rgb(49,105,148); }

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

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

 span { border-color: rgb(49,105,148); }

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