Shades of Atoll #2D7582
Tints of Atoll #2D7582
RGB
CMYK
RGB Variations
Color information
#2D7582 (or 0x2D7582) is known color: Atoll. HEX triplet: 2D, 75 and 82. RGB value is (45,117,130). Sum of RGB (Red+Green+Blue) = 45+117+130=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #2D7582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7582 is #D28A7D. Grayscale: #606060. Windows color (decimal): -13798014 or 8549677. OLE color: 8549677.
HSL color Cylindrical-coordinate representation of color #2D7582: hue angle of 189.18º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D7582 is Cyan = 0.65, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 117 | 130 | - |
| CMYK | 0.65 | 0.1 | 0 | 0.49 |
| HSL | 189.18º | 0.49% | 0.34% | - |
| HSV(B) | 189.18º | 0.65% | 0.51% | - |
| XYZ | 11.47 | 14.89 | 23.39 | - |
| YUV | 96.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 130 | 0.65 | 0.1 | 0 | 0.49 | 189.18 | 0.49 | 0.34 |
| Hex | 2D | 75 | 82 | 41 | A | 0 | 31 | BD | 31 | 22 |
| Octal | 55 | 165 | 202 | 101 | 12 | 0 | 61 | 275 | 61 | 42 |
| Binary | 101101 | 1110101 | 10000010 | 1000001 | 1010 | 0 | 110001 | 10111101 | 110001 | 100010 |
Color Harmonies of #2D7582
Complementary color
Monochromatic Colors of #2D7582
Black with #2D7582
Text Example
Text Example
White with #2D7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7582; }
p { color: rgb(45,117,130); }
H1.HeaderClassName
{
color: #2D7582;
}
.AnyTagClassName
{
color: #2D7582;
}
</style>
background-color css
<style>
a { background-color: #2D7582; }
a { background-color: rgb(45,117,130); }
div.DivClassName
{
background-color: #2D7582;
}
.BgClassName
{
background-color: #2D7582;
}
</style>
border-color css
<style>
span { border-color: #2D7582; }
span { border-color: rgb(45,117,130); }
td.TdClassName
{
border-color: #2D7582;
}
.TagClassName
{
border-color: #2D7582;
}
</style>