#377c9e

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

Shades of Lochmara #377C9E

Tints of Lochmara #377C9E

Color information

#377C9E (or 0x377C9E) is unknown color: approx Lochmara. HEX triplet: 37, 7C and 9E. RGB value is (55,124,158). Sum of RGB (Red+Green+Blue) = 55+124+158=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #377C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C9E is #C88361. Grayscale: #6B6B6B. Windows color (decimal): -13140834 or 10386487. OLE color: 10386487.

HSL color Cylindrical-coordinate representation of color #377C9E: hue angle of 199.81º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #377C9E is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55124158-
CMYK0.650.2200.38
HSL199.81º48.36%41.76%-
HSV(B)199.81º65.19%61.96%-
XYZ14.9517.734.98-
YUV107.24156.6490.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.32%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=16.32%
G=36.80%
B=46.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551241580.650.2200.38199.8148.3641.76
Hex377C9E4116026c8302a
Octal67174236101260463106052
Binary110111111110010011110100000110110010011011001000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,124,158); }

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

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

 a { background-color: rgb(55,124,158); }

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

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

 span { border-color: rgb(55,124,158); }

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