Shades of Atoll #237C8B
Tints of Atoll #237C8B
RGB
CMYK
RGB Variations
Color information
#237C8B (or 0x237C8B) is known color: Atoll. HEX triplet: 23, 7C and 8B. RGB value is (35,124,139). Sum of RGB (Red+Green+Blue) = 35+124+139=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #237C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C8B is #DC8374. Grayscale: #626262. Windows color (decimal): -14451573 or 9141283. OLE color: 9141283.
HSL color Cylindrical-coordinate representation of color #237C8B: hue angle of 188.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #237C8B is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 124 | 139 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.45 |
| HSL | 188.65º | 0.6% | 0.34% | - |
| HSV(B) | 188.65º | 0.75% | 0.55% | - |
| XYZ | 12.56 | 16.64 | 26.98 | - |
| YUV | 99.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 139 | 0.75 | 0.11 | 0 | 0.45 | 188.65 | 0.6 | 0.34 |
| Hex | 23 | 7C | 8B | 4B | B | 0 | 2D | BD | 3C | 22 |
| Octal | 43 | 174 | 213 | 113 | 13 | 0 | 55 | 275 | 74 | 42 |
| Binary | 100011 | 1111100 | 10001011 | 1001011 | 1011 | 0 | 101101 | 10111101 | 111100 | 100010 |
Color Harmonies of #237C8B
Complementary color
Monochromatic Colors of #237C8B
Black with #237C8B
Text Example
Text Example
White with #237C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C8B; }
p { color: rgb(35,124,139); }
H1.HeaderClassName
{
color: #237C8B;
}
.AnyTagClassName
{
color: #237C8B;
}
</style>
background-color css
<style>
a { background-color: #237C8B; }
a { background-color: rgb(35,124,139); }
div.DivClassName
{
background-color: #237C8B;
}
.BgClassName
{
background-color: #237C8B;
}
</style>
border-color css
<style>
span { border-color: #237C8B; }
span { border-color: rgb(35,124,139); }
td.TdClassName
{
border-color: #237C8B;
}
.TagClassName
{
border-color: #237C8B;
}
</style>