#317DA5

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

Shades of Lochmara #317DA5

Tints of Lochmara #317DA5

Color information

#317DA5 (or 0x317DA5) is unknown color: approx Lochmara. HEX triplet: 31, 7D and A5. RGB value is (49,125,165). Sum of RGB (Red+Green+Blue) = 49+125+165=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #317DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317DA5 is #CE825A. Grayscale: #6A6A6A. Windows color (decimal): -13533787 or 10845489. OLE color: 10845489.

HSL color Cylindrical-coordinate representation of color #317DA5: hue angle of 200.69º 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 #317DA5 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB49125165-
CMYK0.700.2400.35
HSL200.69º54.21%41.96%-
HSV(B)200.69º70.3%64.71%-
XYZ15.3918.0438.27-
YUV106.84160.8286.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.45%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 165 (64.84% from 255) = 48.67%
R=14.45%
G=36.87%
B=48.67%

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
Decimal491251650.700.2400.35200.6954.2141.96
Hex317DA54618023c9362a
Octal61175245106300433116652
Binary110001111110110100101100011011000010001111001001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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