#317CA0

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

Shades of Lochmara #317CA0

Tints of Lochmara #317CA0

Color information

#317CA0 (or 0x317CA0) is unknown color: approx Lochmara. HEX triplet: 31, 7C and A0. RGB value is (49,124,160). Sum of RGB (Red+Green+Blue) = 49+124+160=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #317CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317CA0 is #CE835F. Grayscale: #696969. Windows color (decimal): -13534048 or 10517553. OLE color: 10517553.

HSL color Cylindrical-coordinate representation of color #317CA0: hue angle of 199.46º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #317CA0 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB49124160-
CMYK0.690.2200.37
HSL199.46º53.11%40.98%-
HSV(B)199.46º69.38%62.75%-
XYZ14.8217.6135.88-
YUV105.68158.6587.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 160 (62.89% from 255) = 48.05%
R=14.71%
G=37.24%
B=48.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal491241600.690.2200.37199.4653.1140.98
Hex317CA04516025c73529
Octal61174240105260453076551
Binary110001111110010100000100010110110010010111000111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,124,160); }

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

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

 a { background-color: rgb(49,124,160); }

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

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

 span { border-color: rgb(49,124,160); }

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