#377AA5

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

Shades of Lochmara #377AA5

Tints of Lochmara #377AA5

Color information

#377AA5 (or 0x377AA5) is unknown color: approx Lochmara. HEX triplet: 37, 7A and A5. RGB value is (55,122,165). Sum of RGB (Red+Green+Blue) = 55+122+165=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 165 - color contains mainly: blue. Hex color #377AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AA5 is #C8855A. Grayscale: #6A6A6A. Windows color (decimal): -13141339 or 10844727. OLE color: 10844727.

HSL color Cylindrical-coordinate representation of color #377AA5: hue angle of 203.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #377AA5 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB55122165-
CMYK0.670.2600.35
HSL203.45º50%43.14%-
HSV(B)203.45º66.67%64.71%-
XYZ15.3317.4538.16-
YUV106.87160.891-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.08%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 165 (64.84% from 255) = 48.25%
R=16.08%
G=35.67%
B=48.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551221650.670.2600.35203.455043.14
Hex377AA5431A023cb322b
Octal67172245103320433136253
Binary110111111101010100101100001111010010001111001011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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