Shades of Atoll #2A7274
Tints of Atoll #2A7274
RGB
CMYK
RGB Variations
Color information
#2A7274 (or 0x2A7274) is known color: Atoll. HEX triplet: 2A, 72 and 74. RGB value is (42,114,116). Sum of RGB (Red+Green+Blue) = 42+114+116=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A7274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7274 is #D58D8B. Grayscale: #5C5C5C. Windows color (decimal): -13995404 or 7631402. OLE color: 7631402.
HSL color Cylindrical-coordinate representation of color #2A7274: hue angle of 181.62º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7274 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 116 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.55 |
| HSL | 181.62º | 0.47% | 0.31% | - |
| HSV(B) | 181.62º | 0.64% | 0.45% | - |
| XYZ | 10.12 | 13.79 | 18.65 | - |
| YUV | 92.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 116 | 0.64 | 0.02 | 0 | 0.55 | 181.62 | 0.47 | 0.31 |
| Hex | 2A | 72 | 74 | 40 | 2 | 0 | 37 | B6 | 2F | 1F |
| Octal | 52 | 162 | 164 | 100 | 2 | 0 | 67 | 266 | 57 | 37 |
| Binary | 101010 | 1110010 | 1110100 | 1000000 | 10 | 0 | 110111 | 10110110 | 101111 | 11111 |
Color Harmonies of #2A7274
Complementary color
Monochromatic Colors of #2A7274
Black with #2A7274
Text Example
Text Example
White with #2A7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7274; }
p { color: rgb(42,114,116); }
H1.HeaderClassName
{
color: #2A7274;
}
.AnyTagClassName
{
color: #2A7274;
}
</style>
background-color css
<style>
a { background-color: #2A7274; }
a { background-color: rgb(42,114,116); }
div.DivClassName
{
background-color: #2A7274;
}
.BgClassName
{
background-color: #2A7274;
}
</style>
border-color css
<style>
span { border-color: #2A7274; }
span { border-color: rgb(42,114,116); }
td.TdClassName
{
border-color: #2A7274;
}
.TagClassName
{
border-color: #2A7274;
}
</style>