Shades of Astral #2D688B
Tints of Astral #2D688B
RGB
CMYK
RGB Variations
Color information
#2D688B (or 0x2D688B) is known color: Astral. HEX triplet: 2D, 68 and 8B. RGB value is (45,104,139). Sum of RGB (Red+Green+Blue) = 45+104+139=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D688B is #D29774. Grayscale: #5A5A5A. Windows color (decimal): -13801333 or 9136173. OLE color: 9136173.
HSL color Cylindrical-coordinate representation of color #2D688B: hue angle of 202.34º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D688B is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 104 | 139 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.45 |
| HSL | 202.34º | 0.51% | 0.36% | - |
| HSV(B) | 202.34º | 0.68% | 0.55% | - |
| XYZ | 10.69 | 12.32 | 26.24 | - |
| YUV | 90.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 139 | 0.68 | 0.25 | 0 | 0.45 | 202.34 | 0.51 | 0.36 |
| Hex | 2D | 68 | 8B | 44 | 19 | 0 | 2D | CA | 33 | 24 |
| Octal | 55 | 150 | 213 | 104 | 31 | 0 | 55 | 312 | 63 | 44 |
| Binary | 101101 | 1101000 | 10001011 | 1000100 | 11001 | 0 | 101101 | 11001010 | 110011 | 100100 |
Color Harmonies of #2D688B
Complementary color
Monochromatic Colors of #2D688B
Black with #2D688B
Text Example
Text Example
White with #2D688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D688B; }
p { color: rgb(45,104,139); }
H1.HeaderClassName
{
color: #2D688B;
}
.AnyTagClassName
{
color: #2D688B;
}
</style>
background-color css
<style>
a { background-color: #2D688B; }
a { background-color: rgb(45,104,139); }
div.DivClassName
{
background-color: #2D688B;
}
.BgClassName
{
background-color: #2D688B;
}
</style>
border-color css
<style>
span { border-color: #2D688B; }
span { border-color: rgb(45,104,139); }
td.TdClassName
{
border-color: #2D688B;
}
.TagClassName
{
border-color: #2D688B;
}
</style>