Shades of Astral #2D6986
Tints of Astral #2D6986
RGB
CMYK
RGB Variations
Color information
#2D6986 (or 0x2D6986) is known color: Astral. HEX triplet: 2D, 69 and 86. RGB value is (45,105,134). Sum of RGB (Red+Green+Blue) = 45+105+134=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D6986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6986 is #D29679. Grayscale: #5A5A5A. Windows color (decimal): -13801082 or 8808749. OLE color: 8808749.
HSL color Cylindrical-coordinate representation of color #2D6986: hue angle of 199.55º 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 #2D6986 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 105 | 134 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.47 |
| HSL | 199.55º | 0.5% | 0.35% | - |
| HSV(B) | 199.55º | 0.66% | 0.53% | - |
| XYZ | 10.44 | 12.38 | 24.39 | - |
| YUV | 90.37 | 152.62 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 134 | 0.66 | 0.22 | 0 | 0.47 | 199.55 | 0.5 | 0.35 |
| Hex | 2D | 69 | 86 | 42 | 16 | 0 | 2F | C8 | 32 | 23 |
| Octal | 55 | 151 | 206 | 102 | 26 | 0 | 57 | 310 | 62 | 43 |
| Binary | 101101 | 1101001 | 10000110 | 1000010 | 10110 | 0 | 101111 | 11001000 | 110010 | 100011 |
Color Harmonies of #2D6986
Complementary color
Monochromatic Colors of #2D6986
Black with #2D6986
Text Example
Text Example
White with #2D6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6986; }
p { color: rgb(45,105,134); }
H1.HeaderClassName
{
color: #2D6986;
}
.AnyTagClassName
{
color: #2D6986;
}
</style>
background-color css
<style>
a { background-color: #2D6986; }
a { background-color: rgb(45,105,134); }
div.DivClassName
{
background-color: #2D6986;
}
.BgClassName
{
background-color: #2D6986;
}
</style>
border-color css
<style>
span { border-color: #2D6986; }
span { border-color: rgb(45,105,134); }
td.TdClassName
{
border-color: #2D6986;
}
.TagClassName
{
border-color: #2D6986;
}
</style>