#376EAA

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

Shades of Lochmara #376EAA

Tints of Lochmara #376EAA

Color information

#376EAA (or 0x376EAA) is unknown color: approx Lochmara. HEX triplet: 37, 6E and AA. RGB value is (55,110,170). Sum of RGB (Red+Green+Blue) = 55+110+170=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #376EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376EAA is #C89155. Grayscale: #646464. Windows color (decimal): -13144406 or 11169335. OLE color: 11169335.

HSL color Cylindrical-coordinate representation of color #376EAA: hue angle of 211.3º 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 #376EAA is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55110170-
CMYK0.680.3500.33
HSL211.3º51.11%44.12%-
HSV(B)211.3º67.65%66.67%-
XYZ14.4114.8740.14-
YUV100.39167.2895.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=16.42%
G=32.84%
B=50.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551101700.680.3500.33211.351.1144.12
Hex376EAA4423021d3332c
Octal67156252104430413236354
Binary1101111101110101010101000100100011010000111010011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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