#317B9C

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

Shades of Lochmara #317B9C

Tints of Lochmara #317B9C

Color information

#317B9C (or 0x317B9C) is unknown color: approx Lochmara. HEX triplet: 31, 7B and 9C. RGB value is (49,123,156). Sum of RGB (Red+Green+Blue) = 49+123+156=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #317B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317B9C is #CE8463. Grayscale: #686868. Windows color (decimal): -13534308 or 10255153. OLE color: 10255153.

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

Color convert

RGB49123156-
CMYK0.690.2100.39
HSL198.5º52.2%40.2%-
HSV(B)198.5º68.59%61.18%-
XYZ14.3517.2234.02-
YUV104.64156.9888.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=14.94%
G=37.5%
B=47.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491231560.690.2100.39198.552.240.2
Hex317B9C4515027c73428
Octal61173234105250473076450
Binary110001111101110011100100010110101010011111000111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,123,156); }

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

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

 a { background-color: rgb(49,123,156); }

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

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

 span { border-color: rgb(49,123,156); }

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