#377C7D

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

Shades of Atoll #377C7D

Tints of Atoll #377C7D

Color information

#377C7D (or 0x377C7D) is unknown color: approx Atoll. HEX triplet: 37, 7C and 7D. RGB value is (55,124,125). Sum of RGB (Red+Green+Blue) = 55+124+125=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #377C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C7D is #C88382. Grayscale: #676767. Windows color (decimal): -13140867 or 8223799. OLE color: 8223799.

HSL color Cylindrical-coordinate representation of color #377C7D: hue angle of 180.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C7D is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB55124125-
CMYK0.560.0100.51
HSL180.86º38.89%35.29%-
HSV(B)180.86º56%49.02%-
XYZ12.4816.7121.97-
YUV103.48140.1493.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=18.09%
G=40.79%
B=41.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551241250.560.0100.51180.8638.8935.29
Hex377C7D381033b52723
Octal671741757010632654743
Binary110111111110011111011110001011001110110101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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