Shades of Atoll #23727A
Tints of Atoll #23727A
RGB
CMYK
RGB Variations
Color information
#23727A (or 0x23727A) is known color: Atoll. HEX triplet: 23, 72 and 7A. RGB value is (35,114,122). Sum of RGB (Red+Green+Blue) = 35+114+122=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #23727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23727A is #DC8D85. Grayscale: #5B5B5B. Windows color (decimal): -14454150 or 8024611. OLE color: 8024611.
HSL color Cylindrical-coordinate representation of color #23727A: hue angle of 185.52º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23727A is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 114 | 122 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.52 |
| HSL | 185.52º | 0.55% | 0.31% | - |
| HSV(B) | 185.52º | 0.71% | 0.48% | - |
| XYZ | 10.22 | 13.8 | 20.54 | - |
| YUV | 91.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 122 | 0.71 | 0.07 | 0 | 0.52 | 185.52 | 0.55 | 0.31 |
| Hex | 23 | 72 | 7A | 47 | 7 | 0 | 34 | BA | 37 | 1F |
| Octal | 43 | 162 | 172 | 107 | 7 | 0 | 64 | 272 | 67 | 37 |
| Binary | 100011 | 1110010 | 1111010 | 1000111 | 111 | 0 | 110100 | 10111010 | 110111 | 11111 |
Color Harmonies of #23727A
Complementary color
Monochromatic Colors of #23727A
Black with #23727A
Text Example
Text Example
White with #23727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23727A; }
p { color: rgb(35,114,122); }
H1.HeaderClassName
{
color: #23727A;
}
.AnyTagClassName
{
color: #23727A;
}
</style>
background-color css
<style>
a { background-color: #23727A; }
a { background-color: rgb(35,114,122); }
div.DivClassName
{
background-color: #23727A;
}
.BgClassName
{
background-color: #23727A;
}
</style>
border-color css
<style>
span { border-color: #23727A; }
span { border-color: rgb(35,114,122); }
td.TdClassName
{
border-color: #23727A;
}
.TagClassName
{
border-color: #23727A;
}
</style>