#377AAA

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

Shades of Lochmara #377AAA

Tints of Lochmara #377AAA

Color information

#377AAA (or 0x377AAA) is unknown color: approx Lochmara. HEX triplet: 37, 7A and AA. RGB value is (55,122,170). Sum of RGB (Red+Green+Blue) = 55+122+170=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #377AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AAA is #C88555. Grayscale: #6B6B6B. Windows color (decimal): -13141334 or 11172407. OLE color: 11172407.

HSL color Cylindrical-coordinate representation of color #377AAA: hue angle of 205.04º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377AAA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55122170-
CMYK0.680.2800.33
HSL205.04º51.11%44.12%-
HSV(B)205.04º67.65%66.67%-
XYZ15.7917.6340.6-
YUV107.44163.390.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.85%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=15.85%
G=35.16%
B=48.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551221700.680.2800.33205.0451.1144.12
Hex377AAA441C021cd332c
Octal67172252104340413156354
Binary110111111101010101010100010011100010000111001101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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