Shades of Atoll #237B80
Tints of Atoll #237B80
RGB
CMYK
RGB Variations
Color information
#237B80 (or 0x237B80) is known color: Atoll. HEX triplet: 23, 7B and 80. RGB value is (35,123,128). Sum of RGB (Red+Green+Blue) = 35+123+128=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #237B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237B80 is #DC847F. Grayscale: #616161. Windows color (decimal): -14451840 or 8420131. OLE color: 8420131.
HSL color Cylindrical-coordinate representation of color #237B80: hue angle of 183.23º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #237B80 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 123 | 128 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.50 |
| HSL | 183.23º | 0.57% | 0.32% | - |
| HSV(B) | 183.23º | 0.73% | 0.5% | - |
| XYZ | 11.67 | 16.08 | 22.91 | - |
| YUV | 97.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 128 | 0.73 | 0.04 | 0 | 0.50 | 183.23 | 0.57 | 0.32 |
| Hex | 23 | 7B | 80 | 49 | 4 | 0 | 32 | B7 | 39 | 20 |
| Octal | 43 | 173 | 200 | 111 | 4 | 0 | 62 | 267 | 71 | 40 |
| Binary | 100011 | 1111011 | 10000000 | 1001001 | 100 | 0 | 110010 | 10110111 | 111001 | 100000 |
Color Harmonies of #237B80
Complementary color
Monochromatic Colors of #237B80
Black with #237B80
Text Example
Text Example
White with #237B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237B80; }
p { color: rgb(35,123,128); }
H1.HeaderClassName
{
color: #237B80;
}
.AnyTagClassName
{
color: #237B80;
}
</style>
background-color css
<style>
a { background-color: #237B80; }
a { background-color: rgb(35,123,128); }
div.DivClassName
{
background-color: #237B80;
}
.BgClassName
{
background-color: #237B80;
}
</style>
border-color css
<style>
span { border-color: #237B80; }
span { border-color: rgb(35,123,128); }
td.TdClassName
{
border-color: #237B80;
}
.TagClassName
{
border-color: #237B80;
}
</style>