#376B9D

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

Shades of Lochmara #376B9D

Tints of Lochmara #376B9D

Color information

#376B9D (or 0x376B9D) is unknown color: approx Lochmara. HEX triplet: 37, 6B and 9D. RGB value is (55,107,157). Sum of RGB (Red+Green+Blue) = 55+107+157=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #376B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B9D is #C89462. Grayscale: #606060. Windows color (decimal): -13145187 or 10316599. OLE color: 10316599.

HSL color Cylindrical-coordinate representation of color #376B9D: hue angle of 209.41º degrees, saturation: 0.48, 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 #376B9D is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55107157-
CMYK0.650.3200.38
HSL209.41º48.11%41.57%-
HSV(B)209.41º64.97%61.57%-
XYZ12.9213.7633.87-
YUV97.15161.7797.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=17.24%
G=33.54%
B=49.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551071570.650.3200.38209.4148.1141.57
Hex376B9D4120026d1302a
Octal67153235101400463216052
Binary1101111101011100111011000001100000010011011010001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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