Shades of Atoll #367B83
Tints of Atoll #367B83
RGB
CMYK
RGB Variations
Color information
#367B83 (or 0x367B83) is known color: Atoll. HEX triplet: 36, 7B and 83. RGB value is (54,123,131). Sum of RGB (Red+Green+Blue) = 54+123+131=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #367B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367B83 is #C9847C. Grayscale: #676767. Windows color (decimal): -13206653 or 8616758. OLE color: 8616758.
HSL color Cylindrical-coordinate representation of color #367B83: hue angle of 186.23º 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 #367B83 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 123 | 131 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.49 |
| HSL | 186.23º | 0.42% | 0.36% | - |
| HSV(B) | 186.23º | 0.59% | 0.51% | - |
| XYZ | 12.7 | 16.59 | 24.01 | - |
| YUV | 103.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 131 | 0.59 | 0.06 | 0 | 0.49 | 186.23 | 0.42 | 0.36 |
| Hex | 36 | 7B | 83 | 3B | 6 | 0 | 31 | BA | 2A | 24 |
| Octal | 66 | 173 | 203 | 73 | 6 | 0 | 61 | 272 | 52 | 44 |
| Binary | 110110 | 1111011 | 10000011 | 111011 | 110 | 0 | 110001 | 10111010 | 101010 | 100100 |
Color Harmonies of #367B83
Complementary color
Monochromatic Colors of #367B83
Black with #367B83
Text Example
Text Example
White with #367B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B83; }
p { color: rgb(54,123,131); }
H1.HeaderClassName
{
color: #367B83;
}
.AnyTagClassName
{
color: #367B83;
}
</style>
background-color css
<style>
a { background-color: #367B83; }
a { background-color: rgb(54,123,131); }
div.DivClassName
{
background-color: #367B83;
}
.BgClassName
{
background-color: #367B83;
}
</style>
border-color css
<style>
span { border-color: #367B83; }
span { border-color: rgb(54,123,131); }
td.TdClassName
{
border-color: #367B83;
}
.TagClassName
{
border-color: #367B83;
}
</style>