#376CA6

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

Shades of Lochmara #376CA6

Tints of Lochmara #376CA6

Color information

#376CA6 (or 0x376CA6) is unknown color: approx Lochmara. HEX triplet: 37, 6C and A6. RGB value is (55,108,166). Sum of RGB (Red+Green+Blue) = 55+108+166=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #376CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376CA6 is #C89359. Grayscale: #626262. Windows color (decimal): -13144922 or 10906679. OLE color: 10906679.

HSL color Cylindrical-coordinate representation of color #376CA6: hue angle of 211.35º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #376CA6 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB55108166-
CMYK0.670.3500.35
HSL211.35º50.23%43.33%-
HSV(B)211.35º66.87%65.1%-
XYZ13.8214.2938.11-
YUV98.76165.9496.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 166 (65.23% from 255) = 50.46%
R=16.72%
G=32.83%
B=50.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551081660.670.3500.35211.3550.2343.33
Hex376CA64323023d3322b
Octal67154246103430433236253
Binary1101111101100101001101000011100011010001111010011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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