Shades of Atoll #238488
Tints of Atoll #238488
RGB
CMYK
RGB Variations
Color information
#238488 (or 0x238488) is known color: Atoll. HEX triplet: 23, 84 and 88. RGB value is (35,132,136). Sum of RGB (Red+Green+Blue) = 35+132+136=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #238488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238488 is #DC7B77. Grayscale: #676767. Windows color (decimal): -14449528 or 8946723. OLE color: 8946723.
HSL color Cylindrical-coordinate representation of color #238488: hue angle of 182.38º 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 #238488 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 132 | 136 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.47 |
| HSL | 182.38º | 0.59% | 0.34% | - |
| HSV(B) | 182.38º | 0.74% | 0.53% | - |
| XYZ | 13.39 | 18.64 | 26.18 | - |
| YUV | 103.45 | 146.36 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 136 | 0.74 | 0.03 | 0 | 0.47 | 182.38 | 0.59 | 0.34 |
| Hex | 23 | 84 | 88 | 4A | 3 | 0 | 2F | B6 | 3B | 22 |
| Octal | 43 | 204 | 210 | 112 | 3 | 0 | 57 | 266 | 73 | 42 |
| Binary | 100011 | 10000100 | 10001000 | 1001010 | 11 | 0 | 101111 | 10110110 | 111011 | 100010 |
Color Harmonies of #238488
Complementary color
Monochromatic Colors of #238488
Black with #238488
Text Example
Text Example
White with #238488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238488; }
p { color: rgb(35,132,136); }
H1.HeaderClassName
{
color: #238488;
}
.AnyTagClassName
{
color: #238488;
}
</style>
background-color css
<style>
a { background-color: #238488; }
a { background-color: rgb(35,132,136); }
div.DivClassName
{
background-color: #238488;
}
.BgClassName
{
background-color: #238488;
}
</style>
border-color css
<style>
span { border-color: #238488; }
span { border-color: rgb(35,132,136); }
td.TdClassName
{
border-color: #238488;
}
.TagClassName
{
border-color: #238488;
}
</style>