#317EA5

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

Shades of Lochmara #317EA5

Tints of Lochmara #317EA5

Color information

#317EA5 (or 0x317EA5) is unknown color: approx Lochmara. HEX triplet: 31, 7E and A5. RGB value is (49,126,165). Sum of RGB (Red+Green+Blue) = 49+126+165=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 165 - color contains mainly: blue. Hex color #317EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317EA5 is #CE815A. Grayscale: #6B6B6B. Windows color (decimal): -13533531 or 10845745. OLE color: 10845745.

HSL color Cylindrical-coordinate representation of color #317EA5: hue angle of 200.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #317EA5 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB49126165-
CMYK0.700.2400.35
HSL200.17º54.21%41.96%-
HSV(B)200.17º70.3%64.71%-
XYZ15.5218.2938.31-
YUV107.42160.4986.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.41%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 165 (64.84% from 255) = 48.53%
R=14.41%
G=37.06%
B=48.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal491261650.700.2400.35200.1754.2141.96
Hex317EA54618023c8362a
Octal61176245106300433106652
Binary110001111111010100101100011011000010001111001000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317EA5; }

 p { color: rgb(49,126,165); }

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

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

 a { background-color: rgb(49,126,165); }

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

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

 span { border-color: rgb(49,126,165); }

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