#376E95

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

Shades of Lochmara #376E95

Tints of Lochmara #376E95

Color information

#376E95 (or 0x376E95) is unknown color: approx Lochmara. HEX triplet: 37, 6E and 95. RGB value is (55,110,149). Sum of RGB (Red+Green+Blue) = 55+110+149=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #376E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E95 is #C8916A. Grayscale: #616161. Windows color (decimal): -13144427 or 9793079. OLE color: 9793079.

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

Color convert

RGB55110149-
CMYK0.630.2600.42
HSL204.89º46.08%40%-
HSV(B)204.89º63.09%58.43%-
XYZ12.5814.1330.5-
YUV98156.7897.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=17.52%
G=35.03%
B=47.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551101490.630.2600.42204.8946.0840
Hex376E953F1A02Acd2e28
Octal6715622577320523155650
Binary11011111011101001010111111111010010101011001101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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