Shades of Astral #2D7690
Tints of Astral #2D7690
RGB
CMYK
RGB Variations
Color information
#2D7690 (or 0x2D7690) is known color: Astral. HEX triplet: 2D, 76 and 90. RGB value is (45,118,144). Sum of RGB (Red+Green+Blue) = 45+118+144=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D7690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7690 is #D2896F. Grayscale: #626262. Windows color (decimal): -13797744 or 9467437. OLE color: 9467437.
HSL color Cylindrical-coordinate representation of color #2D7690: hue angle of 195.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D7690 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 118 | 144 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.44 |
| HSL | 195.76º | 0.52% | 0.37% | - |
| HSV(B) | 195.76º | 0.69% | 0.56% | - |
| XYZ | 12.59 | 15.53 | 28.72 | - |
| YUV | 99.14 | 153.32 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 144 | 0.69 | 0.18 | 0 | 0.44 | 195.76 | 0.52 | 0.37 |
| Hex | 2D | 76 | 90 | 45 | 12 | 0 | 2C | C4 | 34 | 25 |
| Octal | 55 | 166 | 220 | 105 | 22 | 0 | 54 | 304 | 64 | 45 |
| Binary | 101101 | 1110110 | 10010000 | 1000101 | 10010 | 0 | 101100 | 11000100 | 110100 | 100101 |
Color Harmonies of #2D7690
Complementary color
Monochromatic Colors of #2D7690
Black with #2D7690
Text Example
Text Example
White with #2D7690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7690; }
p { color: rgb(45,118,144); }
H1.HeaderClassName
{
color: #2D7690;
}
.AnyTagClassName
{
color: #2D7690;
}
</style>
background-color css
<style>
a { background-color: #2D7690; }
a { background-color: rgb(45,118,144); }
div.DivClassName
{
background-color: #2D7690;
}
.BgClassName
{
background-color: #2D7690;
}
</style>
border-color css
<style>
span { border-color: #2D7690; }
span { border-color: rgb(45,118,144); }
td.TdClassName
{
border-color: #2D7690;
}
.TagClassName
{
border-color: #2D7690;
}
</style>