Shades of Atoll #2A7481
Tints of Atoll #2A7481
RGB
CMYK
RGB Variations
Color information
#2A7481 (or 0x2A7481) is known color: Atoll. HEX triplet: 2A, 74 and 81. RGB value is (42,116,129). Sum of RGB (Red+Green+Blue) = 42+116+129=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A7481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7481 is #D58B7E. Grayscale: #5F5F5F. Windows color (decimal): -13994879 or 8483882. OLE color: 8483882.
HSL color Cylindrical-coordinate representation of color #2A7481: hue angle of 188.97º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7481 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 116 | 129 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.49 |
| HSL | 188.97º | 0.51% | 0.34% | - |
| HSV(B) | 188.97º | 0.67% | 0.51% | - |
| XYZ | 11.16 | 14.57 | 22.99 | - |
| YUV | 95.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 129 | 0.67 | 0.10 | 0 | 0.49 | 188.97 | 0.51 | 0.34 |
| Hex | 2A | 74 | 81 | 43 | A | 0 | 31 | BD | 33 | 22 |
| Octal | 52 | 164 | 201 | 103 | 12 | 0 | 61 | 275 | 63 | 42 |
| Binary | 101010 | 1110100 | 10000001 | 1000011 | 1010 | 0 | 110001 | 10111101 | 110011 | 100010 |
Color Harmonies of #2A7481
Complementary color
Monochromatic Colors of #2A7481
Black with #2A7481
Text Example
Text Example
White with #2A7481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7481; }
p { color: rgb(42,116,129); }
H1.HeaderClassName
{
color: #2A7481;
}
.AnyTagClassName
{
color: #2A7481;
}
</style>
background-color css
<style>
a { background-color: #2A7481; }
a { background-color: rgb(42,116,129); }
div.DivClassName
{
background-color: #2A7481;
}
.BgClassName
{
background-color: #2A7481;
}
</style>
border-color css
<style>
span { border-color: #2A7481; }
span { border-color: rgb(42,116,129); }
td.TdClassName
{
border-color: #2A7481;
}
.TagClassName
{
border-color: #2A7481;
}
</style>