#376BB1

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

Shades of Lochmara #376BB1

Tints of Lochmara #376BB1

Color information

#376BB1 (or 0x376BB1) is unknown color: approx Lochmara. HEX triplet: 37, 6B and B1. RGB value is (55,107,177). Sum of RGB (Red+Green+Blue) = 55+107+177=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #376BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376BB1 is #C8944E. Grayscale: #636363. Windows color (decimal): -13145167 or 11627319. OLE color: 11627319.

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

Color convert

RGB55107177-
CMYK0.690.4000.31
HSL214.43º52.59%45.49%-
HSV(B)214.43º68.93%69.41%-
XYZ14.7714.543.62-
YUV99.43171.7796.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=16.22%
G=31.56%
B=52.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551071770.690.4000.31214.4352.5945.49
Hex376BB1452801Fd6352d
Octal67153261105500373266555
Binary110111110101110110001100010110100001111111010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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