Shades of Atoll #23767C
Tints of Atoll #23767C
RGB
CMYK
RGB Variations
Color information
#23767C (or 0x23767C) is known color: Atoll. HEX triplet: 23, 76 and 7C. RGB value is (35,118,124). Sum of RGB (Red+Green+Blue) = 35+118+124=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #23767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23767C is #DC8983. Grayscale: #5D5D5D. Windows color (decimal): -14453124 or 8156707. OLE color: 8156707.
HSL color Cylindrical-coordinate representation of color #23767C: hue angle of 184.04º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23767C is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 118 | 124 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.51 |
| HSL | 184.04º | 0.56% | 0.31% | - |
| HSV(B) | 184.04º | 0.72% | 0.49% | - |
| XYZ | 10.81 | 14.77 | 21.35 | - |
| YUV | 93.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 124 | 0.72 | 0.05 | 0 | 0.51 | 184.04 | 0.56 | 0.31 |
| Hex | 23 | 76 | 7C | 48 | 5 | 0 | 33 | B8 | 38 | 1F |
| Octal | 43 | 166 | 174 | 110 | 5 | 0 | 63 | 270 | 70 | 37 |
| Binary | 100011 | 1110110 | 1111100 | 1001000 | 101 | 0 | 110011 | 10111000 | 111000 | 11111 |
Color Harmonies of #23767C
Complementary color
Monochromatic Colors of #23767C
Black with #23767C
Text Example
Text Example
White with #23767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23767C; }
p { color: rgb(35,118,124); }
H1.HeaderClassName
{
color: #23767C;
}
.AnyTagClassName
{
color: #23767C;
}
</style>
background-color css
<style>
a { background-color: #23767C; }
a { background-color: rgb(35,118,124); }
div.DivClassName
{
background-color: #23767C;
}
.BgClassName
{
background-color: #23767C;
}
</style>
border-color css
<style>
span { border-color: #23767C; }
span { border-color: rgb(35,118,124); }
td.TdClassName
{
border-color: #23767C;
}
.TagClassName
{
border-color: #23767C;
}
</style>