#316E9C

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

Shades of Lochmara #316E9C

Tints of Lochmara #316E9C

Color information

#316E9C (or 0x316E9C) is unknown color: approx Lochmara. HEX triplet: 31, 6E and 9C. RGB value is (49,110,156). Sum of RGB (Red+Green+Blue) = 49+110+156=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #316E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316E9C is #CE9163. Grayscale: #606060. Windows color (decimal): -13537636 or 10251825. OLE color: 10251825.

HSL color Cylindrical-coordinate representation of color #316E9C: hue angle of 205.79º 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 #316E9C is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB49110156-
CMYK0.690.2900.39
HSL205.79º52.2%40.2%-
HSV(B)205.79º68.59%61.18%-
XYZ12.8414.2133.52-
YUV97161.2993.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=15.56%
G=34.92%
B=49.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491101560.690.2900.39205.7952.240.2
Hex316E9C451D027ce3428
Octal61156234105350473166450
Binary110001110111010011100100010111101010011111001110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316E9C; }

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

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

<style>
 a { background-color: #316E9C; }

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

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

<style>
 span { border-color: #316E9C; }

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

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