Shades of Atoll #367D83
Tints of Atoll #367D83
RGB
CMYK
RGB Variations
Color information
#367D83 (or 0x367D83) is known color: Atoll. HEX triplet: 36, 7D and 83. RGB value is (54,125,131). Sum of RGB (Red+Green+Blue) = 54+125+131=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #367D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D83 is #C9827C. Grayscale: #686868. Windows color (decimal): -13206141 or 8617270. OLE color: 8617270.
HSL color Cylindrical-coordinate representation of color #367D83: hue angle of 184.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367D83 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 125 | 131 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.49 |
| HSL | 184.68º | 0.42% | 0.36% | - |
| HSV(B) | 184.68º | 0.59% | 0.51% | - |
| XYZ | 12.95 | 17.09 | 24.09 | - |
| YUV | 104.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 131 | 0.59 | 0.05 | 0 | 0.49 | 184.68 | 0.42 | 0.36 |
| Hex | 36 | 7D | 83 | 3B | 5 | 0 | 31 | B9 | 2A | 24 |
| Octal | 66 | 175 | 203 | 73 | 5 | 0 | 61 | 271 | 52 | 44 |
| Binary | 110110 | 1111101 | 10000011 | 111011 | 101 | 0 | 110001 | 10111001 | 101010 | 100100 |
Color Harmonies of #367D83
Complementary color
Monochromatic Colors of #367D83
Black with #367D83
Text Example
Text Example
White with #367D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D83; }
p { color: rgb(54,125,131); }
H1.HeaderClassName
{
color: #367D83;
}
.AnyTagClassName
{
color: #367D83;
}
</style>
background-color css
<style>
a { background-color: #367D83; }
a { background-color: rgb(54,125,131); }
div.DivClassName
{
background-color: #367D83;
}
.BgClassName
{
background-color: #367D83;
}
</style>
border-color css
<style>
span { border-color: #367D83; }
span { border-color: rgb(54,125,131); }
td.TdClassName
{
border-color: #367D83;
}
.TagClassName
{
border-color: #367D83;
}
</style>