#376AAA

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

Shades of Lochmara #376AAA

Tints of Lochmara #376AAA

Color information

#376AAA (or 0x376AAA) is unknown color: approx Lochmara. HEX triplet: 37, 6A and AA. RGB value is (55,106,170). Sum of RGB (Red+Green+Blue) = 55+106+170=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #376AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376AAA is #C89555. Grayscale: #616161. Windows color (decimal): -13145430 or 11168311. OLE color: 11168311.

HSL color Cylindrical-coordinate representation of color #376AAA: hue angle of 213.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #376AAA is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55106170-
CMYK0.680.3800.33
HSL213.39º51.11%44.12%-
HSV(B)213.39º67.65%66.67%-
XYZ13.9914.0240-
YUV98.05168.697.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=16.62%
G=32.02%
B=51.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551061700.680.3800.33213.3951.1144.12
Hex376AAA4426021d5332c
Octal67152252104460413256354
Binary1101111101010101010101000100100110010000111010101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,106,170); }

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

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

 a { background-color: rgb(55,106,170); }

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

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

 span { border-color: rgb(55,106,170); }

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