#376BB2

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

Shades of Lochmara #376BB2

Tints of Lochmara #376BB2

Color information

#376BB2 (or 0x376BB2) is unknown color: approx Lochmara. HEX triplet: 37, 6B and B2. RGB value is (55,107,178). Sum of RGB (Red+Green+Blue) = 55+107+178=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #376BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376BB2 is #C8944D. Grayscale: #636363. Windows color (decimal): -13145166 or 11692855. OLE color: 11692855.

HSL color Cylindrical-coordinate representation of color #376BB2: hue angle of 214.63º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #376BB2 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB55107178-
CMYK0.690.4000.30
HSL214.63º52.79%45.69%-
HSV(B)214.63º69.1%69.8%-
XYZ14.8714.5444.14-
YUV99.55172.2796.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.18%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 178 (69.92% from 255) = 52.35%
R=16.18%
G=31.47%
B=52.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal551071780.690.4000.30214.6352.7945.69
Hex376BB2452801Ed7352e
Octal67153262105500363276556
Binary110111110101110110010100010110100001111011010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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