#376CA5

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

Shades of Lochmara #376CA5

Tints of Lochmara #376CA5

Color information

#376CA5 (or 0x376CA5) is unknown color: approx Lochmara. HEX triplet: 37, 6C and A5. RGB value is (55,108,165). Sum of RGB (Red+Green+Blue) = 55+108+165=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 165 (64.84% from 255 or 50.30% from 328); Max value from RGB is 165 - color contains mainly: blue. Hex color #376CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376CA5 is #C8935A. Grayscale: #626262. Windows color (decimal): -13144923 or 10841143. OLE color: 10841143.

HSL color Cylindrical-coordinate representation of color #376CA5: hue angle of 211.09º 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 #376CA5 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB55108165-
CMYK0.670.3500.35
HSL211.09º50%43.14%-
HSV(B)211.09º66.67%64.71%-
XYZ13.7314.2537.62-
YUV98.65165.4496.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.77%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 165 (64.84% from 255) = 50.30%
R=16.77%
G=32.93%
B=50.30%

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
Decimal551081650.670.3500.35211.095043.14
Hex376CA54323023d3322b
Octal67154245103430433236253
Binary1101111101100101001011000011100011010001111010011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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