#316A97

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

Shades of Lochmara #316A97

Tints of Lochmara #316A97

Color information

#316A97 (or 0x316A97) is unknown color: approx Lochmara. HEX triplet: 31, 6A and 97. RGB value is (49,106,151). Sum of RGB (Red+Green+Blue) = 49+106+151=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #316A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A97 is #CE9568. Grayscale: #5D5D5D. Windows color (decimal): -13538665 or 9923121. OLE color: 9923121.

HSL color Cylindrical-coordinate representation of color #316A97: hue angle of 206.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316A97 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49106151-
CMYK0.680.3000.41
HSL206.47º51%39.22%-
HSV(B)206.47º67.55%59.22%-
XYZ12.0113.231.19-
YUV94.09160.1295.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 151 (59.38% from 255) = 49.35%
R=16.01%
G=34.64%
B=49.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491061510.680.3000.41206.475139.22
Hex316A97441E029ce3327
Octal61152227104360513166347
Binary110001110101010010111100010011110010100111001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,106,151); }

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

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

 a { background-color: rgb(49,106,151); }

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

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

 span { border-color: rgb(49,106,151); }

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