#376C95

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

Shades of Lochmara #376C95

Tints of Lochmara #376C95

Color information

#376C95 (or 0x376C95) is unknown color: approx Lochmara. HEX triplet: 37, 6C and 95. RGB value is (55,108,149). Sum of RGB (Red+Green+Blue) = 55+108+149=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #376C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C95 is #C8936A. Grayscale: #606060. Windows color (decimal): -13144939 or 9792567. OLE color: 9792567.

HSL color Cylindrical-coordinate representation of color #376C95: hue angle of 206.17º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376C95 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55108149-
CMYK0.630.2800.42
HSL206.17º46.08%40%-
HSV(B)206.17º63.09%58.43%-
XYZ12.3613.7130.43-
YUV96.83157.4498.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 149 (58.59% from 255) = 47.76%
R=17.63%
G=34.62%
B=47.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551081490.630.2800.42206.1746.0840
Hex376C953F1C02Ace2e28
Octal6715422577340523165650
Binary11011111011001001010111111111100010101011001110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,108,149); }

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

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

 a { background-color: rgb(55,108,149); }

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

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

 span { border-color: rgb(55,108,149); }

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