Shades of Atoll #367C81
Tints of Atoll #367C81
RGB
CMYK
RGB Variations
Color information
#367C81 (or 0x367C81) is known color: Atoll. HEX triplet: 36, 7C and 81. RGB value is (54,124,129). Sum of RGB (Red+Green+Blue) = 54+124+129=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #367C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367C81 is #C9837E. Grayscale: #676767. Windows color (decimal): -13206399 or 8485942. OLE color: 8485942.
HSL color Cylindrical-coordinate representation of color #367C81: hue angle of 184º 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 #367C81 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 124 | 129 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.49 |
| HSL | 184º | 0.41% | 0.36% | - |
| HSV(B) | 184º | 0.58% | 0.51% | - |
| XYZ | 12.69 | 16.78 | 23.34 | - |
| YUV | 103.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 129 | 0.58 | 0.04 | 0 | 0.49 | 184 | 0.41 | 0.36 |
| Hex | 36 | 7C | 81 | 3A | 4 | 0 | 31 | B8 | 29 | 24 |
| Octal | 66 | 174 | 201 | 72 | 4 | 0 | 61 | 270 | 51 | 44 |
| Binary | 110110 | 1111100 | 10000001 | 111010 | 100 | 0 | 110001 | 10111000 | 101001 | 100100 |
Color Harmonies of #367C81
Complementary color
Monochromatic Colors of #367C81
Black with #367C81
Text Example
Text Example
White with #367C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C81; }
p { color: rgb(54,124,129); }
H1.HeaderClassName
{
color: #367C81;
}
.AnyTagClassName
{
color: #367C81;
}
</style>
background-color css
<style>
a { background-color: #367C81; }
a { background-color: rgb(54,124,129); }
div.DivClassName
{
background-color: #367C81;
}
.BgClassName
{
background-color: #367C81;
}
</style>
border-color css
<style>
span { border-color: #367C81; }
span { border-color: rgb(54,124,129); }
td.TdClassName
{
border-color: #367C81;
}
.TagClassName
{
border-color: #367C81;
}
</style>