Shades of Astral #2D728B
Tints of Astral #2D728B
RGB
CMYK
RGB Variations
Color information
#2D728B (or 0x2D728B) is known color: Astral. HEX triplet: 2D, 72 and 8B. RGB value is (45,114,139). Sum of RGB (Red+Green+Blue) = 45+114+139=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D728B is #D28D74. Grayscale: #606060. Windows color (decimal): -13798773 or 9138733. OLE color: 9138733.
HSL color Cylindrical-coordinate representation of color #2D728B: hue angle of 195.96º 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 #2D728B is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 114 | 139 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.45 |
| HSL | 195.96º | 0.51% | 0.36% | - |
| HSV(B) | 195.96º | 0.68% | 0.55% | - |
| XYZ | 11.76 | 14.46 | 26.6 | - |
| YUV | 96.22 | 152.14 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 114 | 139 | 0.68 | 0.18 | 0 | 0.45 | 195.96 | 0.51 | 0.36 |
| Hex | 2D | 72 | 8B | 44 | 12 | 0 | 2D | C4 | 33 | 24 |
| Octal | 55 | 162 | 213 | 104 | 22 | 0 | 55 | 304 | 63 | 44 |
| Binary | 101101 | 1110010 | 10001011 | 1000100 | 10010 | 0 | 101101 | 11000100 | 110011 | 100100 |
Color Harmonies of #2D728B
Complementary color
Monochromatic Colors of #2D728B
Black with #2D728B
Text Example
Text Example
White with #2D728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D728B; }
p { color: rgb(45,114,139); }
H1.HeaderClassName
{
color: #2D728B;
}
.AnyTagClassName
{
color: #2D728B;
}
</style>
background-color css
<style>
a { background-color: #2D728B; }
a { background-color: rgb(45,114,139); }
div.DivClassName
{
background-color: #2D728B;
}
.BgClassName
{
background-color: #2D728B;
}
</style>
border-color css
<style>
span { border-color: #2D728B; }
span { border-color: rgb(45,114,139); }
td.TdClassName
{
border-color: #2D728B;
}
.TagClassName
{
border-color: #2D728B;
}
</style>