Shades of Atoll #238089
Tints of Atoll #238089
RGB
CMYK
RGB Variations
Color information
#238089 (or 0x238089) is known color: Atoll. HEX triplet: 23, 80 and 89. RGB value is (35,128,137). Sum of RGB (Red+Green+Blue) = 35+128+137=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #238089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238089 is #DC7F76. Grayscale: #656565. Windows color (decimal): -14450551 or 9011235. OLE color: 9011235.
HSL color Cylindrical-coordinate representation of color #238089: hue angle of 185.29º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238089 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 128 | 137 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.46 |
| HSL | 185.29º | 0.59% | 0.34% | - |
| HSV(B) | 185.29º | 0.74% | 0.54% | - |
| XYZ | 12.93 | 17.6 | 26.38 | - |
| YUV | 101.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 137 | 0.74 | 0.07 | 0 | 0.46 | 185.29 | 0.59 | 0.34 |
| Hex | 23 | 80 | 89 | 4A | 7 | 0 | 2E | B9 | 3B | 22 |
| Octal | 43 | 200 | 211 | 112 | 7 | 0 | 56 | 271 | 73 | 42 |
| Binary | 100011 | 10000000 | 10001001 | 1001010 | 111 | 0 | 101110 | 10111001 | 111011 | 100010 |
Color Harmonies of #238089
Complementary color
Monochromatic Colors of #238089
Black with #238089
Text Example
Text Example
White with #238089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238089; }
p { color: rgb(35,128,137); }
H1.HeaderClassName
{
color: #238089;
}
.AnyTagClassName
{
color: #238089;
}
</style>
background-color css
<style>
a { background-color: #238089; }
a { background-color: rgb(35,128,137); }
div.DivClassName
{
background-color: #238089;
}
.BgClassName
{
background-color: #238089;
}
</style>
border-color css
<style>
span { border-color: #238089; }
span { border-color: rgb(35,128,137); }
td.TdClassName
{
border-color: #238089;
}
.TagClassName
{
border-color: #238089;
}
</style>