#377CA5

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

Shades of Lochmara #377CA5

Tints of Lochmara #377CA5

Color information

#377CA5 (or 0x377CA5) is unknown color: approx Lochmara. HEX triplet: 37, 7C and A5. RGB value is (55,124,165). Sum of RGB (Red+Green+Blue) = 55+124+165=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #377CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377CA5 is #C8835A. Grayscale: #6B6B6B. Windows color (decimal): -13140827 or 10845239. OLE color: 10845239.

HSL color Cylindrical-coordinate representation of color #377CA5: hue angle of 202.36º 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 #377CA5 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB55124165-
CMYK0.670.2500.35
HSL202.36º50%43.14%-
HSV(B)202.36º66.67%64.71%-
XYZ15.5717.9438.24-
YUV108.04160.1490.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.99%
GREEN value IS 124 (48.83% from 255) = 36.05%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=15.99%
G=36.05%
B=47.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551241650.670.2500.35202.365043.14
Hex377CA54319023ca322b
Octal67174245103310433126253
Binary110111111110010100101100001111001010001111001010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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