Shades of Atoll #2A747C
Tints of Atoll #2A747C
RGB
CMYK
RGB Variations
Color information
#2A747C (or 0x2A747C) is known color: Atoll. HEX triplet: 2A, 74 and 7C. RGB value is (42,116,124). Sum of RGB (Red+Green+Blue) = 42+116+124=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A747C is #D58B83. Grayscale: #5E5E5E. Windows color (decimal): -13994884 or 8156202. OLE color: 8156202.
HSL color Cylindrical-coordinate representation of color #2A747C: hue angle of 185.85º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A747C is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 116 | 124 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.51 |
| HSL | 185.85º | 0.49% | 0.33% | - |
| HSV(B) | 185.85º | 0.66% | 0.49% | - |
| XYZ | 10.84 | 14.44 | 21.28 | - |
| YUV | 94.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 124 | 0.66 | 0.06 | 0 | 0.51 | 185.85 | 0.49 | 0.33 |
| Hex | 2A | 74 | 7C | 42 | 6 | 0 | 33 | BA | 31 | 21 |
| Octal | 52 | 164 | 174 | 102 | 6 | 0 | 63 | 272 | 61 | 41 |
| Binary | 101010 | 1110100 | 1111100 | 1000010 | 110 | 0 | 110011 | 10111010 | 110001 | 100001 |
Color Harmonies of #2A747C
Complementary color
Monochromatic Colors of #2A747C
Black with #2A747C
Text Example
Text Example
White with #2A747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A747C; }
p { color: rgb(42,116,124); }
H1.HeaderClassName
{
color: #2A747C;
}
.AnyTagClassName
{
color: #2A747C;
}
</style>
background-color css
<style>
a { background-color: #2A747C; }
a { background-color: rgb(42,116,124); }
div.DivClassName
{
background-color: #2A747C;
}
.BgClassName
{
background-color: #2A747C;
}
</style>
border-color css
<style>
span { border-color: #2A747C; }
span { border-color: rgb(42,116,124); }
td.TdClassName
{
border-color: #2A747C;
}
.TagClassName
{
border-color: #2A747C;
}
</style>