#317C9B

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

Shades of Lochmara #317C9B

Tints of Lochmara #317C9B

Color information

#317C9B (or 0x317C9B) is unknown color: approx Lochmara. HEX triplet: 31, 7C and 9B. RGB value is (49,124,155). Sum of RGB (Red+Green+Blue) = 49+124+155=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #317C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C9B is #CE8364. Grayscale: #686868. Windows color (decimal): -13534053 or 10189873. OLE color: 10189873.

HSL color Cylindrical-coordinate representation of color #317C9B: hue angle of 197.55º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317C9B is Cyan = 0.68, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB49124155-
CMYK0.680.200.39
HSL197.55º51.96%40%-
HSV(B)197.55º68.39%60.78%-
XYZ14.3917.4333.62-
YUV105.11156.1587.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 124 (48.83% from 255) = 37.80%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=14.94%
G=37.80%
B=47.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491241550.680.200.39197.5551.9640
Hex317C9B4414027c63428
Octal61174233104240473066450
Binary110001111110010011011100010010100010011111000110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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