#377A9B

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

Shades of Lochmara #377A9B

Tints of Lochmara #377A9B

Color information

#377A9B (or 0x377A9B) is unknown color: approx Lochmara. HEX triplet: 37, 7A and 9B. RGB value is (55,122,155). Sum of RGB (Red+Green+Blue) = 55+122+155=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #377A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377A9B is #C88564. Grayscale: #696969. Windows color (decimal): -13141349 or 10189367. OLE color: 10189367.

HSL color Cylindrical-coordinate representation of color #377A9B: hue angle of 199.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #377A9B is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB55122155-
CMYK0.650.2100.39
HSL199.8º47.62%41.18%-
HSV(B)199.8º64.52%60.78%-
XYZ14.4517.133.55-
YUV105.73155.891.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.57%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=16.57%
G=36.75%
B=46.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551221550.650.2100.39199.847.6241.18
Hex377A9B4115027c83029
Octal67172233101250473106051
Binary110111111101010011011100000110101010011111001000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377A9B; }

 p { color: rgb(55,122,155); }

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

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

 a { background-color: rgb(55,122,155); }

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

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

 span { border-color: rgb(55,122,155); }

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