Shades of Astral #2D7792
Tints of Astral #2D7792
RGB
CMYK
RGB Variations
Color information
#2D7792 (or 0x2D7792) is known color: Astral. HEX triplet: 2D, 77 and 92. RGB value is (45,119,146). Sum of RGB (Red+Green+Blue) = 45+119+146=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D7792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7792 is #D2886D. Grayscale: #636363. Windows color (decimal): -13797486 or 9598765. OLE color: 9598765.
HSL color Cylindrical-coordinate representation of color #2D7792: hue angle of 196.04º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D7792 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 119 | 146 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.43 |
| HSL | 196.04º | 0.53% | 0.37% | - |
| HSV(B) | 196.04º | 0.69% | 0.57% | - |
| XYZ | 12.87 | 15.83 | 29.57 | - |
| YUV | 99.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 146 | 0.69 | 0.18 | 0 | 0.43 | 196.04 | 0.53 | 0.37 |
| Hex | 2D | 77 | 92 | 45 | 12 | 0 | 2B | C4 | 35 | 25 |
| Octal | 55 | 167 | 222 | 105 | 22 | 0 | 53 | 304 | 65 | 45 |
| Binary | 101101 | 1110111 | 10010010 | 1000101 | 10010 | 0 | 101011 | 11000100 | 110101 | 100101 |
Color Harmonies of #2D7792
Complementary color
Monochromatic Colors of #2D7792
Black with #2D7792
Text Example
Text Example
White with #2D7792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7792; }
p { color: rgb(45,119,146); }
H1.HeaderClassName
{
color: #2D7792;
}
.AnyTagClassName
{
color: #2D7792;
}
</style>
background-color css
<style>
a { background-color: #2D7792; }
a { background-color: rgb(45,119,146); }
div.DivClassName
{
background-color: #2D7792;
}
.BgClassName
{
background-color: #2D7792;
}
</style>
border-color css
<style>
span { border-color: #2D7792; }
span { border-color: rgb(45,119,146); }
td.TdClassName
{
border-color: #2D7792;
}
.TagClassName
{
border-color: #2D7792;
}
</style>