#317095

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

Shades of Lochmara #317095

Tints of Lochmara #317095

Color information

#317095 (or 0x317095) is unknown color: approx Lochmara. HEX triplet: 31, 70 and 95. RGB value is (49,112,149). Sum of RGB (Red+Green+Blue) = 49+112+149=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #317095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317095 is #CE8F6A. Grayscale: #616161. Windows color (decimal): -13537131 or 9793585. OLE color: 9793585.

HSL color Cylindrical-coordinate representation of color #317095: hue angle of 202.2º degrees, saturation: 0.51, 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 #317095 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49112149-
CMYK0.670.2500.42
HSL202.2º50.51%38.82%-
HSV(B)202.2º67.11%58.43%-
XYZ12.4914.4130.56-
YUV97.38157.1393.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=15.81%
G=36.13%
B=48.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491121490.670.2500.42202.250.5138.82
Hex317095431902Aca3327
Octal61160225103310523126347
Binary110001111000010010101100001111001010101011001010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317095; }

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

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

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

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

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

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

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

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