Shades of Atoll #238588
Tints of Atoll #238588
RGB
CMYK
RGB Variations
Color information
#238588 (or 0x238588) is known color: Atoll. HEX triplet: 23, 85 and 88. RGB value is (35,133,136). Sum of RGB (Red+Green+Blue) = 35+133+136=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #238588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238588 is #DC7A77. Grayscale: #676767. Windows color (decimal): -14449272 or 8946979. OLE color: 8946979.
HSL color Cylindrical-coordinate representation of color #238588: hue angle of 181.78º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238588 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 133 | 136 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.47 |
| HSL | 181.78º | 0.59% | 0.34% | - |
| HSV(B) | 181.78º | 0.74% | 0.53% | - |
| XYZ | 13.52 | 18.91 | 26.23 | - |
| YUV | 104.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 136 | 0.74 | 0.02 | 0 | 0.47 | 181.78 | 0.59 | 0.34 |
| Hex | 23 | 85 | 88 | 4A | 2 | 0 | 2F | B6 | 3B | 22 |
| Octal | 43 | 205 | 210 | 112 | 2 | 0 | 57 | 266 | 73 | 42 |
| Binary | 100011 | 10000101 | 10001000 | 1001010 | 10 | 0 | 101111 | 10110110 | 111011 | 100010 |
Color Harmonies of #238588
Complementary color
Monochromatic Colors of #238588
Black with #238588
Text Example
Text Example
White with #238588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238588; }
p { color: rgb(35,133,136); }
H1.HeaderClassName
{
color: #238588;
}
.AnyTagClassName
{
color: #238588;
}
</style>
background-color css
<style>
a { background-color: #238588; }
a { background-color: rgb(35,133,136); }
div.DivClassName
{
background-color: #238588;
}
.BgClassName
{
background-color: #238588;
}
</style>
border-color css
<style>
span { border-color: #238588; }
span { border-color: rgb(35,133,136); }
td.TdClassName
{
border-color: #238588;
}
.TagClassName
{
border-color: #238588;
}
</style>