#376EAE

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

Shades of Lochmara #376EAE

Tints of Lochmara #376EAE

Color information

#376EAE (or 0x376EAE) is unknown color: approx Lochmara. HEX triplet: 37, 6E and AE. RGB value is (55,110,174). Sum of RGB (Red+Green+Blue) = 55+110+174=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #376EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376EAE is #C89151. Grayscale: #646464. Windows color (decimal): -13144402 or 11431479. OLE color: 11431479.

HSL color Cylindrical-coordinate representation of color #376EAE: hue angle of 212.27º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #376EAE is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55110174-
CMYK0.680.3700.32
HSL212.27º51.97%44.9%-
HSV(B)212.27º68.39%68.24%-
XYZ14.7915.0242.16-
YUV100.85169.2895.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=16.22%
G=32.45%
B=51.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551101740.680.3700.32212.2751.9744.9
Hex376EAE4425020d4342d
Octal67156256104450403246455
Binary1101111101110101011101000100100101010000011010100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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