#317099

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

Shades of Lochmara #317099

Tints of Lochmara #317099

Color information

#317099 (or 0x317099) is unknown color: approx Lochmara. HEX triplet: 31, 70 and 99. RGB value is (49,112,153). Sum of RGB (Red+Green+Blue) = 49+112+153=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #317099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317099 is #CE8F66. Grayscale: #616161. Windows color (decimal): -13537127 or 10055729. OLE color: 10055729.

HSL color Cylindrical-coordinate representation of color #317099: hue angle of 203.65º 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 #317099 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB49112153-
CMYK0.680.2700.4
HSL203.65º51.49%39.61%-
HSV(B)203.65º67.97%60%-
XYZ12.8114.5432.27-
YUV97.84159.1393.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=15.61%
G=35.67%
B=48.73%

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
Decimal491121530.680.2700.4203.6551.4939.61
Hex317099441B028cc3328
Octal61160231104330503146350
Binary110001111000010011001100010011011010100011001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317099; }

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

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

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

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

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

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

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

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