Shades of Astral #2D708E
Tints of Astral #2D708E
RGB
CMYK
RGB Variations
Color information
#2D708E (or 0x2D708E) is known color: Astral. HEX triplet: 2D, 70 and 8E. RGB value is (45,112,142). Sum of RGB (Red+Green+Blue) = 45+112+142=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D708E is #D28F71. Grayscale: #5F5F5F. Windows color (decimal): -13799282 or 9334829. OLE color: 9334829.
HSL color Cylindrical-coordinate representation of color #2D708E: hue angle of 198.56º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D708E is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 112 | 142 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.44 |
| HSL | 198.56º | 0.52% | 0.37% | - |
| HSV(B) | 198.56º | 0.68% | 0.56% | - |
| XYZ | 11.76 | 14.1 | 27.69 | - |
| YUV | 95.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 142 | 0.68 | 0.21 | 0 | 0.44 | 198.56 | 0.52 | 0.37 |
| Hex | 2D | 70 | 8E | 44 | 15 | 0 | 2C | C7 | 34 | 25 |
| Octal | 55 | 160 | 216 | 104 | 25 | 0 | 54 | 307 | 64 | 45 |
| Binary | 101101 | 1110000 | 10001110 | 1000100 | 10101 | 0 | 101100 | 11000111 | 110100 | 100101 |
Color Harmonies of #2D708E
Complementary color
Monochromatic Colors of #2D708E
Black with #2D708E
Text Example
Text Example
White with #2D708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D708E; }
p { color: rgb(45,112,142); }
H1.HeaderClassName
{
color: #2D708E;
}
.AnyTagClassName
{
color: #2D708E;
}
</style>
background-color css
<style>
a { background-color: #2D708E; }
a { background-color: rgb(45,112,142); }
div.DivClassName
{
background-color: #2D708E;
}
.BgClassName
{
background-color: #2D708E;
}
</style>
border-color css
<style>
span { border-color: #2D708E; }
span { border-color: rgb(45,112,142); }
td.TdClassName
{
border-color: #2D708E;
}
.TagClassName
{
border-color: #2D708E;
}
</style>