#376B9F

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

Shades of Lochmara #376B9F

Tints of Lochmara #376B9F

Color information

#376B9F (or 0x376B9F) is unknown color: approx Lochmara. HEX triplet: 37, 6B and 9F. RGB value is (55,107,159). Sum of RGB (Red+Green+Blue) = 55+107+159=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #376B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B9F is #C89460. Grayscale: #616161. Windows color (decimal): -13145185 or 10447671. OLE color: 10447671.

HSL color Cylindrical-coordinate representation of color #376B9F: hue angle of 210º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #376B9F is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55107159-
CMYK0.650.3300.38
HSL210º48.6%41.96%-
HSV(B)210º65.41%62.35%-
XYZ13.0913.8334.78-
YUV97.38162.7797.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=17.13%
G=33.33%
B=49.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551071590.650.3300.3821048.641.96
Hex376B9F4121026d2312a
Octal67153237101410463226152
Binary1101111101011100111111000001100001010011011010010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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