Shades of Astral #2D718B
Tints of Astral #2D718B
RGB
CMYK
RGB Variations
Color information
#2D718B (or 0x2D718B) is known color: Astral. HEX triplet: 2D, 71 and 8B. RGB value is (45,113,139). Sum of RGB (Red+Green+Blue) = 45+113+139=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D718B is #D28E74. Grayscale: #5F5F5F. Windows color (decimal): -13799029 or 9138477. OLE color: 9138477.
HSL color Cylindrical-coordinate representation of color #2D718B: hue angle of 196.6º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D718B is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 113 | 139 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.45 |
| HSL | 196.6º | 0.51% | 0.36% | - |
| HSV(B) | 196.6º | 0.68% | 0.55% | - |
| XYZ | 11.65 | 14.23 | 26.56 | - |
| YUV | 95.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 139 | 0.68 | 0.19 | 0 | 0.45 | 196.6 | 0.51 | 0.36 |
| Hex | 2D | 71 | 8B | 44 | 13 | 0 | 2D | C5 | 33 | 24 |
| Octal | 55 | 161 | 213 | 104 | 23 | 0 | 55 | 305 | 63 | 44 |
| Binary | 101101 | 1110001 | 10001011 | 1000100 | 10011 | 0 | 101101 | 11000101 | 110011 | 100100 |
Color Harmonies of #2D718B
Complementary color
Monochromatic Colors of #2D718B
Black with #2D718B
Text Example
Text Example
White with #2D718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D718B; }
p { color: rgb(45,113,139); }
H1.HeaderClassName
{
color: #2D718B;
}
.AnyTagClassName
{
color: #2D718B;
}
</style>
background-color css
<style>
a { background-color: #2D718B; }
a { background-color: rgb(45,113,139); }
div.DivClassName
{
background-color: #2D718B;
}
.BgClassName
{
background-color: #2D718B;
}
</style>
border-color css
<style>
span { border-color: #2D718B; }
span { border-color: rgb(45,113,139); }
td.TdClassName
{
border-color: #2D718B;
}
.TagClassName
{
border-color: #2D718B;
}
</style>