Shades of Atoll #367F7E
Tints of Atoll #367F7E
RGB
CMYK
RGB Variations
Color information
#367F7E (or 0x367F7E) is known color: Atoll. HEX triplet: 36, 7F and 7E. RGB value is (54,127,126). Sum of RGB (Red+Green+Blue) = 54+127+126=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 127 - color contains mainly: green. Hex color #367F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F7E is #C98081. Grayscale: #686868. Windows color (decimal): -13205634 or 8290102. OLE color: 8290102.
HSL color Cylindrical-coordinate representation of color #367F7E: hue angle of 179.18º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367F7E is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 126 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.50 |
| HSL | 179.18º | 0.4% | 0.35% | - |
| HSV(B) | 179.18º | 0.57% | 0.5% | - |
| XYZ | 12.88 | 17.47 | 22.43 | - |
| YUV | 105.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 126 | 0.57 | 0 | 0.01 | 0.50 | 179.18 | 0.4 | 0.35 |
| Hex | 36 | 7F | 7E | 39 | 0 | 1 | 32 | B3 | 28 | 23 |
| Octal | 66 | 177 | 176 | 71 | 0 | 1 | 62 | 263 | 50 | 43 |
| Binary | 110110 | 1111111 | 1111110 | 111001 | 0 | 1 | 110010 | 10110011 | 101000 | 100011 |
Color Harmonies of #367F7E
Complementary color
Monochromatic Colors of #367F7E
Black with #367F7E
Text Example
Text Example
White with #367F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F7E; }
p { color: rgb(54,127,126); }
H1.HeaderClassName
{
color: #367F7E;
}
.AnyTagClassName
{
color: #367F7E;
}
</style>
background-color css
<style>
a { background-color: #367F7E; }
a { background-color: rgb(54,127,126); }
div.DivClassName
{
background-color: #367F7E;
}
.BgClassName
{
background-color: #367F7E;
}
</style>
border-color css
<style>
span { border-color: #367F7E; }
span { border-color: rgb(54,127,126); }
td.TdClassName
{
border-color: #367F7E;
}
.TagClassName
{
border-color: #367F7E;
}
</style>