Shades of Atoll #36847E
Tints of Atoll #36847E
RGB
CMYK
RGB Variations
Color information
#36847E (or 0x36847E) is known color: Atoll. HEX triplet: 36, 84 and 7E. RGB value is (54,132,126). Sum of RGB (Red+Green+Blue) = 54+132+126=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #36847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36847E is #C97B81. Grayscale: #6B6B6B. Windows color (decimal): -13204354 or 8291382. OLE color: 8291382.
HSL color Cylindrical-coordinate representation of color #36847E: hue angle of 175.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36847E is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 132 | 126 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.48 |
| HSL | 175.38º | 0.42% | 0.36% | - |
| HSV(B) | 175.38º | 0.59% | 0.52% | - |
| XYZ | 13.54 | 18.79 | 22.65 | - |
| YUV | 107.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 126 | 0.59 | 0 | 0.05 | 0.48 | 175.38 | 0.42 | 0.36 |
| Hex | 36 | 84 | 7E | 3B | 0 | 5 | 30 | AF | 2A | 24 |
| Octal | 66 | 204 | 176 | 73 | 0 | 5 | 60 | 257 | 52 | 44 |
| Binary | 110110 | 10000100 | 1111110 | 111011 | 0 | 101 | 110000 | 10101111 | 101010 | 100100 |
Color Harmonies of #36847E
Complementary color
Monochromatic Colors of #36847E
Black with #36847E
Text Example
Text Example
White with #36847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36847E; }
p { color: rgb(54,132,126); }
H1.HeaderClassName
{
color: #36847E;
}
.AnyTagClassName
{
color: #36847E;
}
</style>
background-color css
<style>
a { background-color: #36847E; }
a { background-color: rgb(54,132,126); }
div.DivClassName
{
background-color: #36847E;
}
.BgClassName
{
background-color: #36847E;
}
</style>
border-color css
<style>
span { border-color: #36847E; }
span { border-color: rgb(54,132,126); }
td.TdClassName
{
border-color: #36847E;
}
.TagClassName
{
border-color: #36847E;
}
</style>