#377BA4

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

Shades of Lochmara #377BA4

Tints of Lochmara #377BA4

Color information

#377BA4 (or 0x377BA4) is unknown color: approx Lochmara. HEX triplet: 37, 7B and A4. RGB value is (55,123,164). Sum of RGB (Red+Green+Blue) = 55+123+164=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #377BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377BA4 is #C8845B. Grayscale: #6B6B6B. Windows color (decimal): -13141084 or 10779447. OLE color: 10779447.

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

Color convert

RGB55123164-
CMYK0.660.2500.36
HSL202.57º49.77%42.94%-
HSV(B)202.57º66.46%64.31%-
XYZ15.3617.6637.72-
YUV107.34159.9790.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.08%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 164 (64.45% from 255) = 47.95%
R=16.08%
G=35.96%
B=47.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551231640.660.2500.36202.5749.7742.94
Hex377BA44219024cb322b
Octal67173244102310443136253
Binary110111111101110100100100001011001010010011001011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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