Shades of Atoll #23818D
Tints of Atoll #23818D
RGB
CMYK
RGB Variations
Color information
#23818D (or 0x23818D) is known color: Atoll. HEX triplet: 23, 81 and 8D. RGB value is (35,129,141). Sum of RGB (Red+Green+Blue) = 35+129+141=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #23818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23818D is #DC7E72. Grayscale: #666666. Windows color (decimal): -14450291 or 9273635. OLE color: 9273635.
HSL color Cylindrical-coordinate representation of color #23818D: hue angle of 186.79º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23818D is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 129 | 141 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.45 |
| HSL | 186.79º | 0.6% | 0.35% | - |
| HSV(B) | 186.79º | 0.75% | 0.55% | - |
| XYZ | 13.35 | 17.98 | 27.97 | - |
| YUV | 102.26 | 149.86 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 141 | 0.75 | 0.09 | 0 | 0.45 | 186.79 | 0.6 | 0.35 |
| Hex | 23 | 81 | 8D | 4B | 9 | 0 | 2D | BB | 3C | 23 |
| Octal | 43 | 201 | 215 | 113 | 11 | 0 | 55 | 273 | 74 | 43 |
| Binary | 100011 | 10000001 | 10001101 | 1001011 | 1001 | 0 | 101101 | 10111011 | 111100 | 100011 |
Color Harmonies of #23818D
Complementary color
Monochromatic Colors of #23818D
Black with #23818D
Text Example
Text Example
White with #23818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23818D; }
p { color: rgb(35,129,141); }
H1.HeaderClassName
{
color: #23818D;
}
.AnyTagClassName
{
color: #23818D;
}
</style>
background-color css
<style>
a { background-color: #23818D; }
a { background-color: rgb(35,129,141); }
div.DivClassName
{
background-color: #23818D;
}
.BgClassName
{
background-color: #23818D;
}
</style>
border-color css
<style>
span { border-color: #23818D; }
span { border-color: rgb(35,129,141); }
td.TdClassName
{
border-color: #23818D;
}
.TagClassName
{
border-color: #23818D;
}
</style>