#376799

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

Shades of Lochmara #376799

Tints of Lochmara #376799

Color information

#376799 (or 0x376799) is unknown color: approx Lochmara. HEX triplet: 37, 67 and 99. RGB value is (55,103,153). Sum of RGB (Red+Green+Blue) = 55+103+153=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #376799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376799 is #C89866. Grayscale: #5E5E5E. Windows color (decimal): -13146215 or 10053431. OLE color: 10053431.

HSL color Cylindrical-coordinate representation of color #376799: hue angle of 210.61º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376799 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB55103153-
CMYK0.640.3300.4
HSL210.61º47.12%40.78%-
HSV(B)210.61º64.05%60%-
XYZ12.1812.8131.97-
YUV94.35161.199.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 153 (60.16% from 255) = 49.20%
R=17.68%
G=33.12%
B=49.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551031530.640.3300.4210.6147.1240.78
Hex3767994021028d32f29
Octal67147231100410503235751
Binary1101111100111100110011000000100001010100011010011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376799; }

 p { color: rgb(55,103,153); }

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

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

 a { background-color: rgb(55,103,153); }

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

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

 span { border-color: rgb(55,103,153); }

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