#377AAB

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

Shades of Lochmara #377AAB

Tints of Lochmara #377AAB

Color information

#377AAB (or 0x377AAB) is unknown color: approx Lochmara. HEX triplet: 37, 7A and AB. RGB value is (55,122,171). Sum of RGB (Red+Green+Blue) = 55+122+171=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #377AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AAB is #C88554. Grayscale: #6B6B6B. Windows color (decimal): -13141333 or 11237943. OLE color: 11237943.

HSL color Cylindrical-coordinate representation of color #377AAB: hue angle of 205.34º 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 #377AAB is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55122171-
CMYK0.680.2900.33
HSL205.34º51.33%44.31%-
HSV(B)205.34º67.84%67.06%-
XYZ15.8917.6741.1-
YUV107.55163.890.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.80%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=15.80%
G=35.06%
B=49.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551221710.680.2900.33205.3451.3344.31
Hex377AAB441D021cd332c
Octal67172253104350413156354
Binary110111111101010101011100010011101010000111001101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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