Shades of Atoll #367A83
Tints of Atoll #367A83
RGB
CMYK
RGB Variations
Color information
#367A83 (or 0x367A83) is known color: Atoll. HEX triplet: 36, 7A and 83. RGB value is (54,122,131). Sum of RGB (Red+Green+Blue) = 54+122+131=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #367A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367A83 is #C9857C. Grayscale: #666666. Windows color (decimal): -13206909 or 8616502. OLE color: 8616502.
HSL color Cylindrical-coordinate representation of color #367A83: hue angle of 187.01º 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 #367A83 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 122 | 131 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.49 |
| HSL | 187.01º | 0.42% | 0.36% | - |
| HSV(B) | 187.01º | 0.59% | 0.51% | - |
| XYZ | 12.58 | 16.34 | 23.96 | - |
| YUV | 102.69 | 143.97 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 131 | 0.59 | 0.07 | 0 | 0.49 | 187.01 | 0.42 | 0.36 |
| Hex | 36 | 7A | 83 | 3B | 7 | 0 | 31 | BB | 2A | 24 |
| Octal | 66 | 172 | 203 | 73 | 7 | 0 | 61 | 273 | 52 | 44 |
| Binary | 110110 | 1111010 | 10000011 | 111011 | 111 | 0 | 110001 | 10111011 | 101010 | 100100 |
Color Harmonies of #367A83
Complementary color
Monochromatic Colors of #367A83
Black with #367A83
Text Example
Text Example
White with #367A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367A83; }
p { color: rgb(54,122,131); }
H1.HeaderClassName
{
color: #367A83;
}
.AnyTagClassName
{
color: #367A83;
}
</style>
background-color css
<style>
a { background-color: #367A83; }
a { background-color: rgb(54,122,131); }
div.DivClassName
{
background-color: #367A83;
}
.BgClassName
{
background-color: #367A83;
}
</style>
border-color css
<style>
span { border-color: #367A83; }
span { border-color: rgb(54,122,131); }
td.TdClassName
{
border-color: #367A83;
}
.TagClassName
{
border-color: #367A83;
}
</style>