Shades of Atoll #237C8C
Tints of Atoll #237C8C
RGB
CMYK
RGB Variations
Color information
#237C8C (or 0x237C8C) is known color: Atoll. HEX triplet: 23, 7C and 8C. RGB value is (35,124,140). Sum of RGB (Red+Green+Blue) = 35+124+140=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #237C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C8C is #DC8373. Grayscale: #636363. Windows color (decimal): -14451572 or 9206819. OLE color: 9206819.
HSL color Cylindrical-coordinate representation of color #237C8C: hue angle of 189.14º 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 #237C8C is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 124 | 140 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.45 |
| HSL | 189.14º | 0.6% | 0.34% | - |
| HSV(B) | 189.14º | 0.75% | 0.55% | - |
| XYZ | 12.63 | 16.67 | 27.36 | - |
| YUV | 99.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 140 | 0.75 | 0.11 | 0 | 0.45 | 189.14 | 0.6 | 0.34 |
| Hex | 23 | 7C | 8C | 4B | B | 0 | 2D | BD | 3C | 22 |
| Octal | 43 | 174 | 214 | 113 | 13 | 0 | 55 | 275 | 74 | 42 |
| Binary | 100011 | 1111100 | 10001100 | 1001011 | 1011 | 0 | 101101 | 10111101 | 111100 | 100010 |
Color Harmonies of #237C8C
Complementary color
Monochromatic Colors of #237C8C
Black with #237C8C
Text Example
Text Example
White with #237C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C8C; }
p { color: rgb(35,124,140); }
H1.HeaderClassName
{
color: #237C8C;
}
.AnyTagClassName
{
color: #237C8C;
}
</style>
background-color css
<style>
a { background-color: #237C8C; }
a { background-color: rgb(35,124,140); }
div.DivClassName
{
background-color: #237C8C;
}
.BgClassName
{
background-color: #237C8C;
}
</style>
border-color css
<style>
span { border-color: #237C8C; }
span { border-color: rgb(35,124,140); }
td.TdClassName
{
border-color: #237C8C;
}
.TagClassName
{
border-color: #237C8C;
}
</style>