#377699

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

Shades of Lochmara #377699

Tints of Lochmara #377699

Color information

#377699 (or 0x377699) is unknown color: approx Lochmara. HEX triplet: 37, 76 and 99. RGB value is (55,118,153). Sum of RGB (Red+Green+Blue) = 55+118+153=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #377699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377699 is #C88966. Grayscale: #666666. Windows color (decimal): -13142375 or 10057271. OLE color: 10057271.

HSL color Cylindrical-coordinate representation of color #377699: hue angle of 201.43º 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 #377699 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB55118153-
CMYK0.640.2300.4
HSL201.43º47.12%40.78%-
HSV(B)201.43º64.05%60%-
XYZ13.816.0732.51-
YUV103.15156.1393.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.87%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=16.87%
G=36.20%
B=46.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551181530.640.2300.4201.4347.1240.78
Hex3776994017028c92f29
Octal67166231100270503115751
Binary110111111011010011001100000010111010100011001001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377699; }

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

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

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

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

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

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

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

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