#376DAB

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

Shades of Lochmara #376DAB

Tints of Lochmara #376DAB

Color information

#376DAB (or 0x376DAB) is unknown color: approx Lochmara. HEX triplet: 37, 6D and AB. RGB value is (55,109,171). Sum of RGB (Red+Green+Blue) = 55+109+171=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #376DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DAB is #C89254. Grayscale: #636363. Windows color (decimal): -13144661 or 11234615. OLE color: 11234615.

HSL color Cylindrical-coordinate representation of color #376DAB: hue angle of 212.07º 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 #376DAB is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55109171-
CMYK0.680.3600.33
HSL212.07º51.33%44.31%-
HSV(B)212.07º67.84%67.06%-
XYZ14.3914.6940.6-
YUV99.92168.1195.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=16.42%
G=32.54%
B=51.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551091710.680.3600.33212.0751.3344.31
Hex376DAB4424021d4332c
Octal67155253104440413246354
Binary1101111101101101010111000100100100010000111010100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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