Shades of Astral #2D6F91
Tints of Astral #2D6F91
RGB
CMYK
RGB Variations
Color information
#2D6F91 (or 0x2D6F91) is known color: Astral. HEX triplet: 2D, 6F and 91. RGB value is (45,111,145). Sum of RGB (Red+Green+Blue) = 45+111+145=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D6F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6F91 is #D2906E. Grayscale: #5E5E5E. Windows color (decimal): -13799535 or 9531181. OLE color: 9531181.
HSL color Cylindrical-coordinate representation of color #2D6F91: hue angle of 200.4º 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 #2D6F91 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 111 | 145 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.43 |
| HSL | 200.4º | 0.53% | 0.37% | - |
| HSV(B) | 200.4º | 0.69% | 0.57% | - |
| XYZ | 11.88 | 13.97 | 28.86 | - |
| YUV | 95.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 111 | 145 | 0.69 | 0.23 | 0 | 0.43 | 200.4 | 0.53 | 0.37 |
| Hex | 2D | 6F | 91 | 45 | 17 | 0 | 2B | C8 | 35 | 25 |
| Octal | 55 | 157 | 221 | 105 | 27 | 0 | 53 | 310 | 65 | 45 |
| Binary | 101101 | 1101111 | 10010001 | 1000101 | 10111 | 0 | 101011 | 11001000 | 110101 | 100101 |
Color Harmonies of #2D6F91
Complementary color
Monochromatic Colors of #2D6F91
Black with #2D6F91
Text Example
Text Example
White with #2D6F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6F91; }
p { color: rgb(45,111,145); }
H1.HeaderClassName
{
color: #2D6F91;
}
.AnyTagClassName
{
color: #2D6F91;
}
</style>
background-color css
<style>
a { background-color: #2D6F91; }
a { background-color: rgb(45,111,145); }
div.DivClassName
{
background-color: #2D6F91;
}
.BgClassName
{
background-color: #2D6F91;
}
</style>
border-color css
<style>
span { border-color: #2D6F91; }
span { border-color: rgb(45,111,145); }
td.TdClassName
{
border-color: #2D6F91;
}
.TagClassName
{
border-color: #2D6F91;
}
</style>