Shades of Atoll #237F8D
Tints of Atoll #237F8D
RGB
CMYK
RGB Variations
Color information
#237F8D (or 0x237F8D) is known color: Atoll. HEX triplet: 23, 7F and 8D. RGB value is (35,127,141). Sum of RGB (Red+Green+Blue) = 35+127+141=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #237F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237F8D is #DC8072. Grayscale: #646464. Windows color (decimal): -14450803 or 9273123. OLE color: 9273123.
HSL color Cylindrical-coordinate representation of color #237F8D: hue angle of 187.92º 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 #237F8D is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 127 | 141 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.45 |
| HSL | 187.92º | 0.6% | 0.35% | - |
| HSV(B) | 187.92º | 0.75% | 0.55% | - |
| XYZ | 13.09 | 17.46 | 27.88 | - |
| YUV | 101.09 | 150.52 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 141 | 0.75 | 0.10 | 0 | 0.45 | 187.92 | 0.6 | 0.35 |
| Hex | 23 | 7F | 8D | 4B | A | 0 | 2D | BC | 3C | 23 |
| Octal | 43 | 177 | 215 | 113 | 12 | 0 | 55 | 274 | 74 | 43 |
| Binary | 100011 | 1111111 | 10001101 | 1001011 | 1010 | 0 | 101101 | 10111100 | 111100 | 100011 |
Color Harmonies of #237F8D
Complementary color
Monochromatic Colors of #237F8D
Black with #237F8D
Text Example
Text Example
White with #237F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237F8D; }
p { color: rgb(35,127,141); }
H1.HeaderClassName
{
color: #237F8D;
}
.AnyTagClassName
{
color: #237F8D;
}
</style>
background-color css
<style>
a { background-color: #237F8D; }
a { background-color: rgb(35,127,141); }
div.DivClassName
{
background-color: #237F8D;
}
.BgClassName
{
background-color: #237F8D;
}
</style>
border-color css
<style>
span { border-color: #237F8D; }
span { border-color: rgb(35,127,141); }
td.TdClassName
{
border-color: #237F8D;
}
.TagClassName
{
border-color: #237F8D;
}
</style>