#377EA4

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

Shades of Lochmara #377EA4

Tints of Lochmara #377EA4

Color information

#377EA4 (or 0x377EA4) is unknown color: approx Lochmara. HEX triplet: 37, 7E and A4. RGB value is (55,126,164). Sum of RGB (Red+Green+Blue) = 55+126+164=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #377EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377EA4 is #C8815B. Grayscale: #6C6C6C. Windows color (decimal): -13140316 or 10780215. OLE color: 10780215.

HSL color Cylindrical-coordinate representation of color #377EA4: hue angle of 200.92º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #377EA4 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB55126164-
CMYK0.660.2300.36
HSL200.92º49.77%42.94%-
HSV(B)200.92º66.46%64.31%-
XYZ15.7418.4137.85-
YUV109.1158.9889.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.94%
GREEN value IS 126 (49.61% from 255) = 36.52%
BLUE value IS 164 (64.45% from 255) = 47.54%
R=15.94%
G=36.52%
B=47.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551261640.660.2300.36200.9249.7742.94
Hex377EA44217024c9322b
Octal67176244102270443116253
Binary110111111111010100100100001010111010010011001001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,126,164); }

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

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

 a { background-color: rgb(55,126,164); }

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

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

 span { border-color: rgb(55,126,164); }

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