#376E99

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

Shades of Lochmara #376E99

Tints of Lochmara #376E99

Color information

#376E99 (or 0x376E99) is unknown color: approx Lochmara. HEX triplet: 37, 6E and 99. RGB value is (55,110,153). Sum of RGB (Red+Green+Blue) = 55+110+153=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #376E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E99 is #C89166. Grayscale: #626262. Windows color (decimal): -13144423 or 10055223. OLE color: 10055223.

HSL color Cylindrical-coordinate representation of color #376E99: hue angle of 206.33º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376E99 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB55110153-
CMYK0.640.2800.4
HSL206.33º47.12%40.78%-
HSV(B)206.33º64.05%60%-
XYZ12.914.2632.21-
YUV98.46158.7897-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=17.30%
G=34.59%
B=48.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551101530.640.2800.4206.3347.1240.78
Hex376E99401C028ce2f29
Octal67156231100340503165751
Binary110111110111010011001100000011100010100011001110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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