#376893

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

Shades of Lochmara #376893

Tints of Lochmara #376893

Color information

#376893 (or 0x376893) is unknown color: approx Lochmara. HEX triplet: 37, 68 and 93. RGB value is (55,104,147). Sum of RGB (Red+Green+Blue) = 55+104+147=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #376893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376893 is #C8976C. Grayscale: #5E5E5E. Windows color (decimal): -13145965 or 9660471. OLE color: 9660471.

HSL color Cylindrical-coordinate representation of color #376893: hue angle of 208.04º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376893 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55104147-
CMYK0.630.2900.42
HSL208.04º45.54%39.61%-
HSV(B)208.04º62.59%57.65%-
XYZ11.7912.8229.46-
YUV94.25157.77100-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.97%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=17.97%
G=33.99%
B=48.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551041470.630.2900.42208.0445.5439.61
Hex3768933F1D02Ad02e28
Octal6715022377350523205650
Binary11011111010001001001111111111101010101011010000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376893; }

 p { color: rgb(55,104,147); }

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

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

 a { background-color: rgb(55,104,147); }

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

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

 span { border-color: rgb(55,104,147); }

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