#377FA1

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

Shades of Lochmara #377FA1

Tints of Lochmara #377FA1

Color information

#377FA1 (or 0x377FA1) is unknown color: approx Lochmara. HEX triplet: 37, 7F and A1. RGB value is (55,127,161). Sum of RGB (Red+Green+Blue) = 55+127+161=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 161 - color contains mainly: blue. Hex color #377FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377FA1 is #C8805E. Grayscale: #6D6D6D. Windows color (decimal): -13140063 or 10583863. OLE color: 10583863.

HSL color Cylindrical-coordinate representation of color #377FA1: hue angle of 199.25º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #377FA1 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB55127161-
CMYK0.660.2100.37
HSL199.25º49.07%42.35%-
HSV(B)199.25º65.84%63.14%-
XYZ15.618.5636.48-
YUV109.35157.1589.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.03%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 161 (63.28% from 255) = 46.94%
R=16.03%
G=37.03%
B=46.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal551271610.660.2100.37199.2549.0742.35
Hex377FA14215025c7312a
Octal67177241102250453076152
Binary110111111111110100001100001010101010010111000111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,127,161); }

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

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

 a { background-color: rgb(55,127,161); }

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

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

 span { border-color: rgb(55,127,161); }

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