Shades of Atoll #367F81
Tints of Atoll #367F81
RGB
CMYK
RGB Variations
Color information
#367F81 (or 0x367F81) is known color: Atoll. HEX triplet: 36, 7F and 81. RGB value is (54,127,129). Sum of RGB (Red+Green+Blue) = 54+127+129=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #367F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F81 is #C9807E. Grayscale: #696969. Windows color (decimal): -13205631 or 8486710. OLE color: 8486710.
HSL color Cylindrical-coordinate representation of color #367F81: hue angle of 181.6º 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 #367F81 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 127 | 129 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.49 |
| HSL | 181.6º | 0.41% | 0.36% | - |
| HSV(B) | 181.6º | 0.58% | 0.51% | - |
| XYZ | 13.07 | 17.55 | 23.47 | - |
| YUV | 105.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 129 | 0.58 | 0.02 | 0 | 0.49 | 181.6 | 0.41 | 0.36 |
| Hex | 36 | 7F | 81 | 3A | 2 | 0 | 31 | B6 | 29 | 24 |
| Octal | 66 | 177 | 201 | 72 | 2 | 0 | 61 | 266 | 51 | 44 |
| Binary | 110110 | 1111111 | 10000001 | 111010 | 10 | 0 | 110001 | 10110110 | 101001 | 100100 |
Color Harmonies of #367F81
Complementary color
Monochromatic Colors of #367F81
Black with #367F81
Text Example
Text Example
White with #367F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F81; }
p { color: rgb(54,127,129); }
H1.HeaderClassName
{
color: #367F81;
}
.AnyTagClassName
{
color: #367F81;
}
</style>
background-color css
<style>
a { background-color: #367F81; }
a { background-color: rgb(54,127,129); }
div.DivClassName
{
background-color: #367F81;
}
.BgClassName
{
background-color: #367F81;
}
</style>
border-color css
<style>
span { border-color: #367F81; }
span { border-color: rgb(54,127,129); }
td.TdClassName
{
border-color: #367F81;
}
.TagClassName
{
border-color: #367F81;
}
</style>