#376DA2

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

Shades of Lochmara #376DA2

Tints of Lochmara #376DA2

Color information

#376DA2 (or 0x376DA2) is unknown color: approx Lochmara. HEX triplet: 37, 6D and A2. RGB value is (55,109,162). Sum of RGB (Red+Green+Blue) = 55+109+162=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #376DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DA2 is #C8925D. Grayscale: #626262. Windows color (decimal): -13144670 or 10644791. OLE color: 10644791.

HSL color Cylindrical-coordinate representation of color #376DA2: hue angle of 209.72º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #376DA2 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB55109162-
CMYK0.660.3300.36
HSL209.72º49.31%42.55%-
HSV(B)209.72º66.05%63.53%-
XYZ13.5714.3636.24-
YUV98.9163.6196.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.87%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 162 (63.67% from 255) = 49.69%
R=16.87%
G=33.44%
B=49.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551091620.660.3300.36209.7249.3142.55
Hex376DA24221024d2312b
Octal67155242102410443226153
Binary1101111101101101000101000010100001010010011010010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,109,162); }

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

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

 a { background-color: rgb(55,109,162); }

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

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

 span { border-color: rgb(55,109,162); }

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