Shades of Atoll #237C8D
Tints of Atoll #237C8D
RGB
CMYK
RGB Variations
Color information
#237C8D (or 0x237C8D) is known color: Atoll. HEX triplet: 23, 7C and 8D. RGB value is (35,124,141). Sum of RGB (Red+Green+Blue) = 35+124+141=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #237C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C8D is #DC8372. Grayscale: #636363. Windows color (decimal): -14451571 or 9272355. OLE color: 9272355.
HSL color Cylindrical-coordinate representation of color #237C8D: hue angle of 189.62º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #237C8D is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 124 | 141 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.45 |
| HSL | 189.62º | 0.6% | 0.35% | - |
| HSV(B) | 189.62º | 0.75% | 0.55% | - |
| XYZ | 12.71 | 16.7 | 27.75 | - |
| YUV | 99.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 141 | 0.75 | 0.12 | 0 | 0.45 | 189.62 | 0.6 | 0.35 |
| Hex | 23 | 7C | 8D | 4B | C | 0 | 2D | BE | 3C | 23 |
| Octal | 43 | 174 | 215 | 113 | 14 | 0 | 55 | 276 | 74 | 43 |
| Binary | 100011 | 1111100 | 10001101 | 1001011 | 1100 | 0 | 101101 | 10111110 | 111100 | 100011 |
Color Harmonies of #237C8D
Complementary color
Monochromatic Colors of #237C8D
Black with #237C8D
Text Example
Text Example
White with #237C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C8D; }
p { color: rgb(35,124,141); }
H1.HeaderClassName
{
color: #237C8D;
}
.AnyTagClassName
{
color: #237C8D;
}
</style>
background-color css
<style>
a { background-color: #237C8D; }
a { background-color: rgb(35,124,141); }
div.DivClassName
{
background-color: #237C8D;
}
.BgClassName
{
background-color: #237C8D;
}
</style>
border-color css
<style>
span { border-color: #237C8D; }
span { border-color: rgb(35,124,141); }
td.TdClassName
{
border-color: #237C8D;
}
.TagClassName
{
border-color: #237C8D;
}
</style>