#376CB9

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

Shades of Lochmara #376CB9

Tints of Lochmara #376CB9

Color information

#376CB9 (or 0x376CB9) is unknown color: approx Lochmara. HEX triplet: 37, 6C and B9. RGB value is (55,108,185). Sum of RGB (Red+Green+Blue) = 55+108+185=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #376CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CB9 is #C89346. Grayscale: #646464. Windows color (decimal): -13144903 or 12151863. OLE color: 12151863.

HSL color Cylindrical-coordinate representation of color #376CB9: hue angle of 215.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #376CB9 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB55108185-
CMYK0.700.4200.27
HSL215.54º54.17%47.06%-
HSV(B)215.54º70.27%72.55%-
XYZ15.715.0447.97-
YUV100.93175.4495.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.80%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 185 (72.66% from 255) = 53.16%
R=15.80%
G=31.03%
B=53.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal551081850.700.4200.27215.5454.1747.06
Hex376CB9462A01Bd8362f
Octal67154271106520333306657
Binary110111110110010111001100011010101001101111011000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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