Shades of Atoll #237C80
Tints of Atoll #237C80
RGB
CMYK
RGB Variations
Color information
#237C80 (or 0x237C80) is known color: Atoll. HEX triplet: 23, 7C and 80. RGB value is (35,124,128). Sum of RGB (Red+Green+Blue) = 35+124+128=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #237C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C80 is #DC837F. Grayscale: #616161. Windows color (decimal): -14451584 or 8420387. OLE color: 8420387.
HSL color Cylindrical-coordinate representation of color #237C80: hue angle of 182.58º 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 #237C80 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 124 | 128 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.50 |
| HSL | 182.58º | 0.57% | 0.32% | - |
| HSV(B) | 182.58º | 0.73% | 0.5% | - |
| XYZ | 11.8 | 16.33 | 22.95 | - |
| YUV | 97.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 128 | 0.73 | 0.03 | 0 | 0.50 | 182.58 | 0.57 | 0.32 |
| Hex | 23 | 7C | 80 | 49 | 3 | 0 | 32 | B7 | 39 | 20 |
| Octal | 43 | 174 | 200 | 111 | 3 | 0 | 62 | 267 | 71 | 40 |
| Binary | 100011 | 1111100 | 10000000 | 1001001 | 11 | 0 | 110010 | 10110111 | 111001 | 100000 |
Color Harmonies of #237C80
Complementary color
Monochromatic Colors of #237C80
Black with #237C80
Text Example
Text Example
White with #237C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C80; }
p { color: rgb(35,124,128); }
H1.HeaderClassName
{
color: #237C80;
}
.AnyTagClassName
{
color: #237C80;
}
</style>
background-color css
<style>
a { background-color: #237C80; }
a { background-color: rgb(35,124,128); }
div.DivClassName
{
background-color: #237C80;
}
.BgClassName
{
background-color: #237C80;
}
</style>
border-color css
<style>
span { border-color: #237C80; }
span { border-color: rgb(35,124,128); }
td.TdClassName
{
border-color: #237C80;
}
.TagClassName
{
border-color: #237C80;
}
</style>