#376E9E

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

Shades of Lochmara #376E9E

Tints of Lochmara #376E9E

Color information

#376E9E (or 0x376E9E) is unknown color: approx Lochmara. HEX triplet: 37, 6E and 9E. RGB value is (55,110,158). Sum of RGB (Red+Green+Blue) = 55+110+158=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #376E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E9E is #C89161. Grayscale: #626262. Windows color (decimal): -13144418 or 10382903. OLE color: 10382903.

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

Color convert

RGB55110158-
CMYK0.650.3000.38
HSL207.96º48.36%41.76%-
HSV(B)207.96º65.19%61.96%-
XYZ13.3214.4334.43-
YUV99.03161.2896.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.03%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=17.03%
G=34.06%
B=48.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551101580.650.3000.38207.9648.3641.76
Hex376E9E411E026d0302a
Octal67156236101360463206052
Binary110111110111010011110100000111110010011011010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,110,158); }

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

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

 a { background-color: rgb(55,110,158); }

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

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

 span { border-color: rgb(55,110,158); }

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