#377D9D

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

Shades of Lochmara #377D9D

Tints of Lochmara #377D9D

Color information

#377D9D (or 0x377D9D) is unknown color: approx Lochmara. HEX triplet: 37, 7D and 9D. RGB value is (55,125,157). Sum of RGB (Red+Green+Blue) = 55+125+157=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #377D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D9D is #C88262. Grayscale: #6B6B6B. Windows color (decimal): -13140579 or 10321207. OLE color: 10321207.

HSL color Cylindrical-coordinate representation of color #377D9D: hue angle of 198.82º 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 #377D9D is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55125157-
CMYK0.650.2000.38
HSL198.82º48.11%41.57%-
HSV(B)198.82º64.97%61.57%-
XYZ14.9917.9134.57-
YUV107.72155.8190.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.32%
GREEN value IS 125 (49.22% from 255) = 37.09%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=16.32%
G=37.09%
B=46.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551251570.650.2000.38198.8248.1141.57
Hex377D9D4114026c7302a
Octal67175235101240463076052
Binary110111111110110011101100000110100010011011000111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,125,157); }

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

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

 a { background-color: rgb(55,125,157); }

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

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

 span { border-color: rgb(55,125,157); }

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