Shades of Atoll #246E74
Tints of Atoll #246E74
RGB
CMYK
RGB Variations
Color information
#246E74 (or 0x246E74) is known color: Atoll. HEX triplet: 24, 6E and 74. RGB value is (36,110,116). Sum of RGB (Red+Green+Blue) = 36+110+116=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #246E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246E74 is #DB918B. Grayscale: #585858. Windows color (decimal): -14389644 or 7630372. OLE color: 7630372.
HSL color Cylindrical-coordinate representation of color #246E74: hue angle of 184.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246E74 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 110 | 116 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.55 |
| HSL | 184.5º | 0.53% | 0.3% | - |
| HSV(B) | 184.5º | 0.69% | 0.45% | - |
| XYZ | 9.46 | 12.79 | 18.49 | - |
| YUV | 88.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 116 | 0.69 | 0.05 | 0 | 0.55 | 184.5 | 0.53 | 0.3 |
| Hex | 24 | 6E | 74 | 45 | 5 | 0 | 37 | B8 | 35 | 1E |
| Octal | 44 | 156 | 164 | 105 | 5 | 0 | 67 | 270 | 65 | 36 |
| Binary | 100100 | 1101110 | 1110100 | 1000101 | 101 | 0 | 110111 | 10111000 | 110101 | 11110 |
Color Harmonies of #246E74
Complementary color
Monochromatic Colors of #246E74
Black with #246E74
Text Example
Text Example
White with #246E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246E74; }
p { color: rgb(36,110,116); }
H1.HeaderClassName
{
color: #246E74;
}
.AnyTagClassName
{
color: #246E74;
}
</style>
background-color css
<style>
a { background-color: #246E74; }
a { background-color: rgb(36,110,116); }
div.DivClassName
{
background-color: #246E74;
}
.BgClassName
{
background-color: #246E74;
}
</style>
border-color css
<style>
span { border-color: #246E74; }
span { border-color: rgb(36,110,116); }
td.TdClassName
{
border-color: #246E74;
}
.TagClassName
{
border-color: #246E74;
}
</style>