#376EA3

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

Shades of Lochmara #376EA3

Tints of Lochmara #376EA3

Color information

#376EA3 (or 0x376EA3) is unknown color: approx Lochmara. HEX triplet: 37, 6E and A3. RGB value is (55,110,163). Sum of RGB (Red+Green+Blue) = 55+110+163=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 163 - color contains mainly: blue. Hex color #376EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376EA3 is #C8915C. Grayscale: #636363. Windows color (decimal): -13144413 or 10710583. OLE color: 10710583.

HSL color Cylindrical-coordinate representation of color #376EA3: hue angle of 209.44º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #376EA3 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB55110163-
CMYK0.660.3300.36
HSL209.44º49.54%42.75%-
HSV(B)209.44º66.26%63.92%-
XYZ13.7614.6136.74-
YUV99.6163.7896.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.77%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 163 (64.06% from 255) = 49.70%
R=16.77%
G=33.54%
B=49.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551101630.660.3300.36209.4449.5442.75
Hex376EA34221024d1322b
Octal67156243102410443216253
Binary1101111101110101000111000010100001010010011010001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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