Shades of Astral #2D7586
Tints of Astral #2D7586
RGB
CMYK
RGB Variations
Color information
#2D7586 (or 0x2D7586) is known color: Astral. HEX triplet: 2D, 75 and 86. RGB value is (45,117,134). Sum of RGB (Red+Green+Blue) = 45+117+134=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D7586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7586 is #D28A79. Grayscale: #616161. Windows color (decimal): -13798010 or 8811821. OLE color: 8811821.
HSL color Cylindrical-coordinate representation of color #2D7586: hue angle of 191.46º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D7586 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 117 | 134 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.47 |
| HSL | 191.46º | 0.5% | 0.35% | - |
| HSV(B) | 191.46º | 0.66% | 0.53% | - |
| XYZ | 11.75 | 15 | 24.83 | - |
| YUV | 97.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 134 | 0.66 | 0.13 | 0 | 0.47 | 191.46 | 0.5 | 0.35 |
| Hex | 2D | 75 | 86 | 42 | D | 0 | 2F | BF | 32 | 23 |
| Octal | 55 | 165 | 206 | 102 | 15 | 0 | 57 | 277 | 62 | 43 |
| Binary | 101101 | 1110101 | 10000110 | 1000010 | 1101 | 0 | 101111 | 10111111 | 110010 | 100011 |
Color Harmonies of #2D7586
Complementary color
Monochromatic Colors of #2D7586
Black with #2D7586
Text Example
Text Example
White with #2D7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7586; }
p { color: rgb(45,117,134); }
H1.HeaderClassName
{
color: #2D7586;
}
.AnyTagClassName
{
color: #2D7586;
}
</style>
background-color css
<style>
a { background-color: #2D7586; }
a { background-color: rgb(45,117,134); }
div.DivClassName
{
background-color: #2D7586;
}
.BgClassName
{
background-color: #2D7586;
}
</style>
border-color css
<style>
span { border-color: #2D7586; }
span { border-color: rgb(45,117,134); }
td.TdClassName
{
border-color: #2D7586;
}
.TagClassName
{
border-color: #2D7586;
}
</style>