#376BB5

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

Shades of Lochmara #376BB5

Tints of Lochmara #376BB5

Color information

#376BB5 (or 0x376BB5) is unknown color: approx Lochmara. HEX triplet: 37, 6B and B5. RGB value is (55,107,181). Sum of RGB (Red+Green+Blue) = 55+107+181=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #376BB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BB5 is #C8944A. Grayscale: #636363. Windows color (decimal): -13145163 or 11889463. OLE color: 11889463.

HSL color Cylindrical-coordinate representation of color #376BB5: hue angle of 215.24º 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 #376BB5 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB55107181-
CMYK0.700.4100.29
HSL215.24º53.39%46.27%-
HSV(B)215.24º69.61%70.98%-
XYZ15.1714.6645.75-
YUV99.89173.7795.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.03%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 181 (71.09% from 255) = 52.77%
R=16.03%
G=31.20%
B=52.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551071810.700.4100.29215.2453.3946.27
Hex376BB5462901Dd7352e
Octal67153265106510353276556
Binary110111110101110110101100011010100101110111010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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