Shades of Atoll #23808C
Tints of Atoll #23808C
RGB
CMYK
RGB Variations
Color information
#23808C (or 0x23808C) is known color: Atoll. HEX triplet: 23, 80 and 8C. RGB value is (35,128,140). Sum of RGB (Red+Green+Blue) = 35+128+140=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #23808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23808C is #DC7F73. Grayscale: #656565. Windows color (decimal): -14450548 or 9207843. OLE color: 9207843.
HSL color Cylindrical-coordinate representation of color #23808C: hue angle of 186.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23808C is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 128 | 140 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.45 |
| HSL | 186.86º | 0.6% | 0.34% | - |
| HSV(B) | 186.86º | 0.75% | 0.55% | - |
| XYZ | 13.15 | 17.69 | 27.53 | - |
| YUV | 101.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 140 | 0.75 | 0.09 | 0 | 0.45 | 186.86 | 0.6 | 0.34 |
| Hex | 23 | 80 | 8C | 4B | 9 | 0 | 2D | BB | 3C | 22 |
| Octal | 43 | 200 | 214 | 113 | 11 | 0 | 55 | 273 | 74 | 42 |
| Binary | 100011 | 10000000 | 10001100 | 1001011 | 1001 | 0 | 101101 | 10111011 | 111100 | 100010 |
Color Harmonies of #23808C
Complementary color
Monochromatic Colors of #23808C
Black with #23808C
Text Example
Text Example
White with #23808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23808C; }
p { color: rgb(35,128,140); }
H1.HeaderClassName
{
color: #23808C;
}
.AnyTagClassName
{
color: #23808C;
}
</style>
background-color css
<style>
a { background-color: #23808C; }
a { background-color: rgb(35,128,140); }
div.DivClassName
{
background-color: #23808C;
}
.BgClassName
{
background-color: #23808C;
}
</style>
border-color css
<style>
span { border-color: #23808C; }
span { border-color: rgb(35,128,140); }
td.TdClassName
{
border-color: #23808C;
}
.TagClassName
{
border-color: #23808C;
}
</style>