#377099

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

Shades of Lochmara #377099

Tints of Lochmara #377099

Color information

#377099 (or 0x377099) is unknown color: approx Lochmara. HEX triplet: 37, 70 and 99. RGB value is (55,112,153). Sum of RGB (Red+Green+Blue) = 55+112+153=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #377099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377099 is #C88F66. Grayscale: #636363. Windows color (decimal): -13143911 or 10055735. OLE color: 10055735.

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

Color convert

RGB55112153-
CMYK0.640.2700.4
HSL205.1º47.12%40.78%-
HSV(B)205.1º64.05%60%-
XYZ13.1214.732.28-
YUV99.63158.1296.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=17.19%
G=35%
B=47.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551121530.640.2700.4205.147.1240.78
Hex377099401B028cd2f29
Octal67160231100330503155751
Binary110111111000010011001100000011011010100011001101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377099; }

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

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

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

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

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

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

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

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