#317097

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

Shades of Lochmara #317097

Tints of Lochmara #317097

Color information

#317097 (or 0x317097) is unknown color: approx Lochmara. HEX triplet: 31, 70 and 97. RGB value is (49,112,151). Sum of RGB (Red+Green+Blue) = 49+112+151=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #317097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317097 is #CE8F68. Grayscale: #616161. Windows color (decimal): -13537129 or 9924657. OLE color: 9924657.

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

Color convert

RGB49112151-
CMYK0.680.2600.41
HSL202.94º51%39.22%-
HSV(B)202.94º67.55%59.22%-
XYZ12.6514.4831.41-
YUV97.61158.1393.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=15.71%
G=35.90%
B=48.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491121510.680.2600.41202.945139.22
Hex317097441A029cb3327
Octal61160227104320513136347
Binary110001111000010010111100010011010010100111001011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317097; }

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

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

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

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

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

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

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

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