Shades of Atoll #237E8C
Tints of Atoll #237E8C
RGB
CMYK
RGB Variations
Color information
#237E8C (or 0x237E8C) is known color: Atoll. HEX triplet: 23, 7E and 8C. RGB value is (35,126,140). Sum of RGB (Red+Green+Blue) = 35+126+140=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #237E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237E8C is #DC8173. Grayscale: #646464. Windows color (decimal): -14451060 or 9207331. OLE color: 9207331.
HSL color Cylindrical-coordinate representation of color #237E8C: hue angle of 188º 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 #237E8C is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 126 | 140 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.45 |
| HSL | 188º | 0.6% | 0.34% | - |
| HSV(B) | 188º | 0.75% | 0.55% | - |
| XYZ | 12.89 | 17.17 | 27.45 | - |
| YUV | 100.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 140 | 0.75 | 0.10 | 0 | 0.45 | 188 | 0.6 | 0.34 |
| Hex | 23 | 7E | 8C | 4B | A | 0 | 2D | BC | 3C | 22 |
| Octal | 43 | 176 | 214 | 113 | 12 | 0 | 55 | 274 | 74 | 42 |
| Binary | 100011 | 1111110 | 10001100 | 1001011 | 1010 | 0 | 101101 | 10111100 | 111100 | 100010 |
Color Harmonies of #237E8C
Complementary color
Monochromatic Colors of #237E8C
Black with #237E8C
Text Example
Text Example
White with #237E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237E8C; }
p { color: rgb(35,126,140); }
H1.HeaderClassName
{
color: #237E8C;
}
.AnyTagClassName
{
color: #237E8C;
}
</style>
background-color css
<style>
a { background-color: #237E8C; }
a { background-color: rgb(35,126,140); }
div.DivClassName
{
background-color: #237E8C;
}
.BgClassName
{
background-color: #237E8C;
}
</style>
border-color css
<style>
span { border-color: #237E8C; }
span { border-color: rgb(35,126,140); }
td.TdClassName
{
border-color: #237E8C;
}
.TagClassName
{
border-color: #237E8C;
}
</style>