#376DAA

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

Shades of Lochmara #376DAA

Tints of Lochmara #376DAA

Color information

#376DAA (or 0x376DAA) is unknown color: approx Lochmara. HEX triplet: 37, 6D and AA. RGB value is (55,109,170). Sum of RGB (Red+Green+Blue) = 55+109+170=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #376DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DAA is #C89255. Grayscale: #636363. Windows color (decimal): -13144662 or 11169079. OLE color: 11169079.

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

Color convert

RGB55109170-
CMYK0.680.3600.33
HSL211.83º51.11%44.12%-
HSV(B)211.83º67.65%66.67%-
XYZ14.314.6540.1-
YUV99.81167.6196.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.47%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=16.47%
G=32.63%
B=50.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551091700.680.3600.33211.8351.1144.12
Hex376DAA4424021d4332c
Octal67155252104440413246354
Binary1101111101101101010101000100100100010000111010100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,109,170); }

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

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

 a { background-color: rgb(55,109,170); }

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

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

 span { border-color: rgb(55,109,170); }

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