Shades of Atoll #23767F
Tints of Atoll #23767F
RGB
CMYK
RGB Variations
Color information
#23767F (or 0x23767F) is known color: Atoll. HEX triplet: 23, 76 and 7F. RGB value is (35,118,127). Sum of RGB (Red+Green+Blue) = 35+118+127=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #23767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23767F is #DC8980. Grayscale: #5E5E5E. Windows color (decimal): -14453121 or 8353315. OLE color: 8353315.
HSL color Cylindrical-coordinate representation of color #23767F: hue angle of 185.87º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23767F is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 118 | 127 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.50 |
| HSL | 185.87º | 0.57% | 0.32% | - |
| HSV(B) | 185.87º | 0.72% | 0.5% | - |
| XYZ | 11 | 14.85 | 22.36 | - |
| YUV | 94.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 127 | 0.72 | 0.07 | 0 | 0.50 | 185.87 | 0.57 | 0.32 |
| Hex | 23 | 76 | 7F | 48 | 7 | 0 | 32 | BA | 39 | 20 |
| Octal | 43 | 166 | 177 | 110 | 7 | 0 | 62 | 272 | 71 | 40 |
| Binary | 100011 | 1110110 | 1111111 | 1001000 | 111 | 0 | 110010 | 10111010 | 111001 | 100000 |
Color Harmonies of #23767F
Complementary color
Monochromatic Colors of #23767F
Black with #23767F
Text Example
Text Example
White with #23767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23767F; }
p { color: rgb(35,118,127); }
H1.HeaderClassName
{
color: #23767F;
}
.AnyTagClassName
{
color: #23767F;
}
</style>
background-color css
<style>
a { background-color: #23767F; }
a { background-color: rgb(35,118,127); }
div.DivClassName
{
background-color: #23767F;
}
.BgClassName
{
background-color: #23767F;
}
</style>
border-color css
<style>
span { border-color: #23767F; }
span { border-color: rgb(35,118,127); }
td.TdClassName
{
border-color: #23767F;
}
.TagClassName
{
border-color: #23767F;
}
</style>