Shades of Atoll #237D8A
Tints of Atoll #237D8A
RGB
CMYK
RGB Variations
Color information
#237D8A (or 0x237D8A) is known color: Atoll. HEX triplet: 23, 7D and 8A. RGB value is (35,125,138). Sum of RGB (Red+Green+Blue) = 35+125+138=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #237D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237D8A is #DC8275. Grayscale: #636363. Windows color (decimal): -14451318 or 9076003. OLE color: 9076003.
HSL color Cylindrical-coordinate representation of color #237D8A: hue angle of 187.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #237D8A is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 125 | 138 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.46 |
| HSL | 187.57º | 0.6% | 0.34% | - |
| HSV(B) | 187.57º | 0.75% | 0.54% | - |
| XYZ | 12.61 | 16.86 | 26.63 | - |
| YUV | 99.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 138 | 0.75 | 0.09 | 0 | 0.46 | 187.57 | 0.6 | 0.34 |
| Hex | 23 | 7D | 8A | 4B | 9 | 0 | 2E | BC | 3C | 22 |
| Octal | 43 | 175 | 212 | 113 | 11 | 0 | 56 | 274 | 74 | 42 |
| Binary | 100011 | 1111101 | 10001010 | 1001011 | 1001 | 0 | 101110 | 10111100 | 111100 | 100010 |
Color Harmonies of #237D8A
Complementary color
Monochromatic Colors of #237D8A
Black with #237D8A
Text Example
Text Example
White with #237D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D8A; }
p { color: rgb(35,125,138); }
H1.HeaderClassName
{
color: #237D8A;
}
.AnyTagClassName
{
color: #237D8A;
}
</style>
background-color css
<style>
a { background-color: #237D8A; }
a { background-color: rgb(35,125,138); }
div.DivClassName
{
background-color: #237D8A;
}
.BgClassName
{
background-color: #237D8A;
}
</style>
border-color css
<style>
span { border-color: #237D8A; }
span { border-color: rgb(35,125,138); }
td.TdClassName
{
border-color: #237D8A;
}
.TagClassName
{
border-color: #237D8A;
}
</style>