#377FA4

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

Shades of Lochmara #377FA4

Tints of Lochmara #377FA4

Color information

#377FA4 (or 0x377FA4) is unknown color: approx Lochmara. HEX triplet: 37, 7F and A4. RGB value is (55,127,164). Sum of RGB (Red+Green+Blue) = 55+127+164=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #377FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377FA4 is #C8805B. Grayscale: #6D6D6D. Windows color (decimal): -13140060 or 10780471. OLE color: 10780471.

HSL color Cylindrical-coordinate representation of color #377FA4: hue angle of 200.37º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #377FA4 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB55127164-
CMYK0.660.2300.36
HSL200.37º49.77%42.94%-
HSV(B)200.37º66.46%64.31%-
XYZ15.8718.6737.89-
YUV109.69158.6588.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.90%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 164 (64.45% from 255) = 47.40%
R=15.90%
G=36.71%
B=47.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551271640.660.2300.36200.3749.7742.94
Hex377FA44217024c8322b
Octal67177244102270443106253
Binary110111111111110100100100001010111010010011001000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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