#376ea9

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

Shades of Lochmara #376EA9

Tints of Lochmara #376EA9

Color information

#376EA9 (or 0x376EA9) is unknown color: approx Lochmara. HEX triplet: 37, 6E and A9. RGB value is (55,110,169). Sum of RGB (Red+Green+Blue) = 55+110+169=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #376EA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376EA9 is #C89156. Grayscale: #636363. Windows color (decimal): -13144407 or 11103799. OLE color: 11103799.

HSL color Cylindrical-coordinate representation of color #376EA9: hue angle of 211.05º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #376EA9 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB55110169-
CMYK0.670.3500.34
HSL211.05º50.89%43.92%-
HSV(B)211.05º67.46%66.27%-
XYZ14.3114.8339.64-
YUV100.28166.7895.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.47%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 169 (66.41% from 255) = 50.60%
R=16.47%
G=32.93%
B=50.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal551101690.670.3500.34211.0550.8943.92
Hex376EA94323022d3332c
Octal67156251103430423236354
Binary1101111101110101010011000011100011010001011010011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376ea9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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