#376E96

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

Shades of Lochmara #376E96

Tints of Lochmara #376E96

Color information

#376E96 (or 0x376E96) is unknown color: approx Lochmara. HEX triplet: 37, 6E and 96. RGB value is (55,110,150). Sum of RGB (Red+Green+Blue) = 55+110+150=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #376E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E96 is #C89169. Grayscale: #616161. Windows color (decimal): -13144426 or 9858615. OLE color: 9858615.

HSL color Cylindrical-coordinate representation of color #376E96: hue angle of 205.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376E96 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55110150-
CMYK0.630.2700.41
HSL205.26º46.34%40.2%-
HSV(B)205.26º63.33%58.82%-
XYZ12.6614.1730.92-
YUV98.11157.2897.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.46%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=17.46%
G=34.92%
B=47.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551101500.630.2700.41205.2646.3440.2
Hex376E963F1B029cd2e28
Octal6715622677330513155650
Binary11011111011101001011011111111011010100111001101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376E96; }

 p { color: rgb(55,110,150); }

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

<style>
 a { background-color: #376E96; }

 a { background-color: rgb(55,110,150); }

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

<style>
 span { border-color: #376E96; }

 span { border-color: rgb(55,110,150); }

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