Shades of Atoll #2A7582
Tints of Atoll #2A7582
RGB
CMYK
RGB Variations
Color information
#2A7582 (or 0x2A7582) is known color: Atoll. HEX triplet: 2A, 75 and 82. RGB value is (42,117,130). Sum of RGB (Red+Green+Blue) = 42+117+130=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A7582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7582 is #D58A7D. Grayscale: #5F5F5F. Windows color (decimal): -13994622 or 8549674. OLE color: 8549674.
HSL color Cylindrical-coordinate representation of color #2A7582: hue angle of 188.86º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A7582 is Cyan = 0.68, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 117 | 130 | - |
| CMYK | 0.68 | 0.1 | 0 | 0.49 |
| HSL | 188.86º | 0.51% | 0.34% | - |
| HSV(B) | 188.86º | 0.68% | 0.51% | - |
| XYZ | 11.35 | 14.83 | 23.38 | - |
| YUV | 96.06 | 147.15 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 130 | 0.68 | 0.1 | 0 | 0.49 | 188.86 | 0.51 | 0.34 |
| Hex | 2A | 75 | 82 | 44 | A | 0 | 31 | BD | 33 | 22 |
| Octal | 52 | 165 | 202 | 104 | 12 | 0 | 61 | 275 | 63 | 42 |
| Binary | 101010 | 1110101 | 10000010 | 1000100 | 1010 | 0 | 110001 | 10111101 | 110011 | 100010 |
Color Harmonies of #2A7582
Complementary color
Monochromatic Colors of #2A7582
Black with #2A7582
Text Example
Text Example
White with #2A7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7582; }
p { color: rgb(42,117,130); }
H1.HeaderClassName
{
color: #2A7582;
}
.AnyTagClassName
{
color: #2A7582;
}
</style>
background-color css
<style>
a { background-color: #2A7582; }
a { background-color: rgb(42,117,130); }
div.DivClassName
{
background-color: #2A7582;
}
.BgClassName
{
background-color: #2A7582;
}
</style>
border-color css
<style>
span { border-color: #2A7582; }
span { border-color: rgb(42,117,130); }
td.TdClassName
{
border-color: #2A7582;
}
.TagClassName
{
border-color: #2A7582;
}
</style>