#377D82

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

Shades of Atoll #377D82

Tints of Atoll #377D82

Color information

#377D82 (or 0x377D82) is unknown color: approx Atoll. HEX triplet: 37, 7D and 82. RGB value is (55,125,130). Sum of RGB (Red+Green+Blue) = 55+125+130=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #377D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D82 is #C8827D. Grayscale: #686868. Windows color (decimal): -13140606 or 8551735. OLE color: 8551735.

HSL color Cylindrical-coordinate representation of color #377D82: hue angle of 184º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377D82 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55125130-
CMYK0.580.0400.49
HSL184º40.54%36.27%-
HSV(B)184º57.69%50.98%-
XYZ12.9417.0923.74-
YUV104.64142.3192.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.74%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=17.74%
G=40.32%
B=41.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551251300.580.0400.4918440.5436.27
Hex377D823A4031b82924
Octal671752027240612705144
Binary110111111110110000010111010100011000110111000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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