Shades of Atoll #367881
Tints of Atoll #367881
RGB
CMYK
RGB Variations
Color information
#367881 (or 0x367881) is known color: Atoll. HEX triplet: 36, 78 and 81. RGB value is (54,120,129). Sum of RGB (Red+Green+Blue) = 54+120+129=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #367881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367881 is #C9877E. Grayscale: #656565. Windows color (decimal): -13207423 or 8484918. OLE color: 8484918.
HSL color Cylindrical-coordinate representation of color #367881: hue angle of 187.2º 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 #367881 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 120 | 129 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.49 |
| HSL | 187.2º | 0.41% | 0.36% | - |
| HSV(B) | 187.2º | 0.58% | 0.51% | - |
| XYZ | 12.2 | 15.8 | 23.18 | - |
| YUV | 101.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 120 | 129 | 0.58 | 0.07 | 0 | 0.49 | 187.2 | 0.41 | 0.36 |
| Hex | 36 | 78 | 81 | 3A | 7 | 0 | 31 | BB | 29 | 24 |
| Octal | 66 | 170 | 201 | 72 | 7 | 0 | 61 | 273 | 51 | 44 |
| Binary | 110110 | 1111000 | 10000001 | 111010 | 111 | 0 | 110001 | 10111011 | 101001 | 100100 |
Color Harmonies of #367881
Complementary color
Monochromatic Colors of #367881
Black with #367881
Text Example
Text Example
White with #367881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367881; }
p { color: rgb(54,120,129); }
H1.HeaderClassName
{
color: #367881;
}
.AnyTagClassName
{
color: #367881;
}
</style>
background-color css
<style>
a { background-color: #367881; }
a { background-color: rgb(54,120,129); }
div.DivClassName
{
background-color: #367881;
}
.BgClassName
{
background-color: #367881;
}
</style>
border-color css
<style>
span { border-color: #367881; }
span { border-color: rgb(54,120,129); }
td.TdClassName
{
border-color: #367881;
}
.TagClassName
{
border-color: #367881;
}
</style>