Shades of Atoll #377C82
Tints of Atoll #377C82
RGB
CMYK
RGB Variations
Color information
#377C82 (or 0x377C82) is known color: Atoll. HEX triplet: 37, 7C and 82. RGB value is (55,124,130). Sum of RGB (Red+Green+Blue) = 55+124+130=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #377C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C82 is #C8837D. Grayscale: #676767. Windows color (decimal): -13140862 or 8551479. OLE color: 8551479.
HSL color Cylindrical-coordinate representation of color #377C82: hue angle of 184.8º 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 #377C82 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 124 | 130 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.49 |
| HSL | 184.8º | 0.41% | 0.36% | - |
| HSV(B) | 184.8º | 0.58% | 0.51% | - |
| XYZ | 12.81 | 16.84 | 23.69 | - |
| YUV | 104.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 130 | 0.58 | 0.05 | 0 | 0.49 | 184.8 | 0.41 | 0.36 |
| Hex | 37 | 7C | 82 | 3A | 5 | 0 | 31 | B9 | 29 | 24 |
| Octal | 67 | 174 | 202 | 72 | 5 | 0 | 61 | 271 | 51 | 44 |
| Binary | 110111 | 1111100 | 10000010 | 111010 | 101 | 0 | 110001 | 10111001 | 101001 | 100100 |
Color Harmonies of #377C82
Complementary color
Monochromatic Colors of #377C82
Black with #377C82
Text Example
Text Example
White with #377C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C82; }
p { color: rgb(55,124,130); }
H1.HeaderClassName
{
color: #377C82;
}
.AnyTagClassName
{
color: #377C82;
}
</style>
background-color css
<style>
a { background-color: #377C82; }
a { background-color: rgb(55,124,130); }
div.DivClassName
{
background-color: #377C82;
}
.BgClassName
{
background-color: #377C82;
}
</style>
border-color css
<style>
span { border-color: #377C82; }
span { border-color: rgb(55,124,130); }
td.TdClassName
{
border-color: #377C82;
}
.TagClassName
{
border-color: #377C82;
}
</style>