Shades of Atoll #368183
Tints of Atoll #368183
RGB
CMYK
RGB Variations
Color information
#368183 (or 0x368183) is known color: Atoll. HEX triplet: 36, 81 and 83. RGB value is (54,129,131). Sum of RGB (Red+Green+Blue) = 54+129+131=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #368183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368183 is #C97E7C. Grayscale: #6A6A6A. Windows color (decimal): -13205117 or 8618294. OLE color: 8618294.
HSL color Cylindrical-coordinate representation of color #368183: hue angle of 181.56º 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 #368183 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 129 | 131 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.49 |
| HSL | 181.56º | 0.42% | 0.36% | - |
| HSV(B) | 181.56º | 0.59% | 0.51% | - |
| XYZ | 13.47 | 18.12 | 24.26 | - |
| YUV | 106.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 131 | 0.59 | 0.02 | 0 | 0.49 | 181.56 | 0.42 | 0.36 |
| Hex | 36 | 81 | 83 | 3B | 2 | 0 | 31 | B6 | 2A | 24 |
| Octal | 66 | 201 | 203 | 73 | 2 | 0 | 61 | 266 | 52 | 44 |
| Binary | 110110 | 10000001 | 10000011 | 111011 | 10 | 0 | 110001 | 10110110 | 101010 | 100100 |
Color Harmonies of #368183
Complementary color
Monochromatic Colors of #368183
Black with #368183
Text Example
Text Example
White with #368183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368183; }
p { color: rgb(54,129,131); }
H1.HeaderClassName
{
color: #368183;
}
.AnyTagClassName
{
color: #368183;
}
</style>
background-color css
<style>
a { background-color: #368183; }
a { background-color: rgb(54,129,131); }
div.DivClassName
{
background-color: #368183;
}
.BgClassName
{
background-color: #368183;
}
</style>
border-color css
<style>
span { border-color: #368183; }
span { border-color: rgb(54,129,131); }
td.TdClassName
{
border-color: #368183;
}
.TagClassName
{
border-color: #368183;
}
</style>