Shades of Atoll #2A747D
Tints of Atoll #2A747D
RGB
CMYK
RGB Variations
Color information
#2A747D (or 0x2A747D) is known color: Atoll. HEX triplet: 2A, 74 and 7D. RGB value is (42,116,125). Sum of RGB (Red+Green+Blue) = 42+116+125=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A747D is #D58B82. Grayscale: #5E5E5E. Windows color (decimal): -13994883 or 8221738. OLE color: 8221738.
HSL color Cylindrical-coordinate representation of color #2A747D: hue angle of 186.51º degrees, saturation: 0.5, 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 #2A747D is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 116 | 125 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.51 |
| HSL | 186.51º | 0.5% | 0.33% | - |
| HSV(B) | 186.51º | 0.66% | 0.49% | - |
| XYZ | 10.9 | 14.46 | 21.62 | - |
| YUV | 94.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 125 | 0.66 | 0.07 | 0 | 0.51 | 186.51 | 0.5 | 0.33 |
| Hex | 2A | 74 | 7D | 42 | 7 | 0 | 33 | BB | 32 | 21 |
| Octal | 52 | 164 | 175 | 102 | 7 | 0 | 63 | 273 | 62 | 41 |
| Binary | 101010 | 1110100 | 1111101 | 1000010 | 111 | 0 | 110011 | 10111011 | 110010 | 100001 |
Color Harmonies of #2A747D
Complementary color
Monochromatic Colors of #2A747D
Black with #2A747D
Text Example
Text Example
White with #2A747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A747D; }
p { color: rgb(42,116,125); }
H1.HeaderClassName
{
color: #2A747D;
}
.AnyTagClassName
{
color: #2A747D;
}
</style>
background-color css
<style>
a { background-color: #2A747D; }
a { background-color: rgb(42,116,125); }
div.DivClassName
{
background-color: #2A747D;
}
.BgClassName
{
background-color: #2A747D;
}
</style>
border-color css
<style>
span { border-color: #2A747D; }
span { border-color: rgb(42,116,125); }
td.TdClassName
{
border-color: #2A747D;
}
.TagClassName
{
border-color: #2A747D;
}
</style>