Shades of Atoll #2A7478
Tints of Atoll #2A7478
RGB
CMYK
RGB Variations
Color information
#2A7478 (or 0x2A7478) is known color: Atoll. HEX triplet: 2A, 74 and 78. RGB value is (42,116,120). Sum of RGB (Red+Green+Blue) = 42+116+120=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7478 is #D58B87. Grayscale: #5E5E5E. Windows color (decimal): -13994888 or 7894058. OLE color: 7894058.
HSL color Cylindrical-coordinate representation of color #2A7478: hue angle of 183.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7478 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 116 | 120 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.53 |
| HSL | 183.08º | 0.48% | 0.32% | - |
| HSV(B) | 183.08º | 0.65% | 0.47% | - |
| XYZ | 10.59 | 14.34 | 19.98 | - |
| YUV | 94.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 120 | 0.65 | 0.03 | 0 | 0.53 | 183.08 | 0.48 | 0.32 |
| Hex | 2A | 74 | 78 | 41 | 3 | 0 | 35 | B7 | 30 | 20 |
| Octal | 52 | 164 | 170 | 101 | 3 | 0 | 65 | 267 | 60 | 40 |
| Binary | 101010 | 1110100 | 1111000 | 1000001 | 11 | 0 | 110101 | 10110111 | 110000 | 100000 |
Color Harmonies of #2A7478
Complementary color
Monochromatic Colors of #2A7478
Black with #2A7478
Text Example
Text Example
White with #2A7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7478; }
p { color: rgb(42,116,120); }
H1.HeaderClassName
{
color: #2A7478;
}
.AnyTagClassName
{
color: #2A7478;
}
</style>
background-color css
<style>
a { background-color: #2A7478; }
a { background-color: rgb(42,116,120); }
div.DivClassName
{
background-color: #2A7478;
}
.BgClassName
{
background-color: #2A7478;
}
</style>
border-color css
<style>
span { border-color: #2A7478; }
span { border-color: rgb(42,116,120); }
td.TdClassName
{
border-color: #2A7478;
}
.TagClassName
{
border-color: #2A7478;
}
</style>