Shades of Astral #2D6D91
Tints of Astral #2D6D91
RGB
CMYK
RGB Variations
Color information
#2D6D91 (or 0x2D6D91) is known color: Astral. HEX triplet: 2D, 6D and 91. RGB value is (45,109,145). Sum of RGB (Red+Green+Blue) = 45+109+145=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D6D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6D91 is #D2926E. Grayscale: #5D5D5D. Windows color (decimal): -13800047 or 9530669. OLE color: 9530669.
HSL color Cylindrical-coordinate representation of color #2D6D91: hue angle of 201.6º 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 #2D6D91 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 109 | 145 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.43 |
| HSL | 201.6º | 0.53% | 0.37% | - |
| HSV(B) | 201.6º | 0.69% | 0.57% | - |
| XYZ | 11.66 | 13.54 | 28.79 | - |
| YUV | 93.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 145 | 0.69 | 0.25 | 0 | 0.43 | 201.6 | 0.53 | 0.37 |
| Hex | 2D | 6D | 91 | 45 | 19 | 0 | 2B | CA | 35 | 25 |
| Octal | 55 | 155 | 221 | 105 | 31 | 0 | 53 | 312 | 65 | 45 |
| Binary | 101101 | 1101101 | 10010001 | 1000101 | 11001 | 0 | 101011 | 11001010 | 110101 | 100101 |
Color Harmonies of #2D6D91
Complementary color
Monochromatic Colors of #2D6D91
Black with #2D6D91
Text Example
Text Example
White with #2D6D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D91; }
p { color: rgb(45,109,145); }
H1.HeaderClassName
{
color: #2D6D91;
}
.AnyTagClassName
{
color: #2D6D91;
}
</style>
background-color css
<style>
a { background-color: #2D6D91; }
a { background-color: rgb(45,109,145); }
div.DivClassName
{
background-color: #2D6D91;
}
.BgClassName
{
background-color: #2D6D91;
}
</style>
border-color css
<style>
span { border-color: #2D6D91; }
span { border-color: rgb(45,109,145); }
td.TdClassName
{
border-color: #2D6D91;
}
.TagClassName
{
border-color: #2D6D91;
}
</style>