Shades of Atoll #36807D
Tints of Atoll #36807D
RGB
CMYK
RGB Variations
Color information
#36807D (or 0x36807D) is known color: Atoll. HEX triplet: 36, 80 and 7D. RGB value is (54,128,125). Sum of RGB (Red+Green+Blue) = 54+128+125=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #36807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36807D is #C97F82. Grayscale: #696969. Windows color (decimal): -13205379 or 8224822. OLE color: 8224822.
HSL color Cylindrical-coordinate representation of color #36807D: hue angle of 177.57º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36807D is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 128 | 125 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.50 |
| HSL | 177.57º | 0.41% | 0.36% | - |
| HSV(B) | 177.57º | 0.58% | 0.5% | - |
| XYZ | 12.94 | 17.7 | 22.14 | - |
| YUV | 105.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 125 | 0.58 | 0 | 0.02 | 0.50 | 177.57 | 0.41 | 0.36 |
| Hex | 36 | 80 | 7D | 3A | 0 | 2 | 32 | B2 | 29 | 24 |
| Octal | 66 | 200 | 175 | 72 | 0 | 2 | 62 | 262 | 51 | 44 |
| Binary | 110110 | 10000000 | 1111101 | 111010 | 0 | 10 | 110010 | 10110010 | 101001 | 100100 |
Color Harmonies of #36807D
Complementary color
Monochromatic Colors of #36807D
Black with #36807D
Text Example
Text Example
White with #36807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36807D; }
p { color: rgb(54,128,125); }
H1.HeaderClassName
{
color: #36807D;
}
.AnyTagClassName
{
color: #36807D;
}
</style>
background-color css
<style>
a { background-color: #36807D; }
a { background-color: rgb(54,128,125); }
div.DivClassName
{
background-color: #36807D;
}
.BgClassName
{
background-color: #36807D;
}
</style>
border-color css
<style>
span { border-color: #36807D; }
span { border-color: rgb(54,128,125); }
td.TdClassName
{
border-color: #36807D;
}
.TagClassName
{
border-color: #36807D;
}
</style>