#376EB5

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

Shades of Lochmara #376EB5

Tints of Lochmara #376EB5

Color information

#376EB5 (or 0x376EB5) is unknown color: approx Lochmara. HEX triplet: 37, 6E and B5. RGB value is (55,110,181). Sum of RGB (Red+Green+Blue) = 55+110+181=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 181 (71.09% from 255 or 52.31% from 346); Max value from RGB is 181 - color contains mainly: blue. Hex color #376EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376EB5 is #C8914A. Grayscale: #656565. Windows color (decimal): -13144395 or 11890231. OLE color: 11890231.

HSL color Cylindrical-coordinate representation of color #376EB5: hue angle of 213.81º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #376EB5 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB55110181-
CMYK0.700.3900.29
HSL213.81º53.39%46.27%-
HSV(B)213.81º69.61%70.98%-
XYZ15.4915.345.85-
YUV101.65172.7894.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.90%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 181 (71.09% from 255) = 52.31%
R=15.90%
G=31.79%
B=52.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551101810.700.3900.29213.8153.3946.27
Hex376EB5462701Dd6352e
Octal67156265106470353266556
Binary110111110111010110101100011010011101110111010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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