Shades of Astral #2D678B
Tints of Astral #2D678B
RGB
CMYK
RGB Variations
Color information
#2D678B (or 0x2D678B) is known color: Astral. HEX triplet: 2D, 67 and 8B. RGB value is (45,103,139). Sum of RGB (Red+Green+Blue) = 45+103+139=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D678B is #D29874. Grayscale: #595959. Windows color (decimal): -13801589 or 9135917. OLE color: 9135917.
HSL color Cylindrical-coordinate representation of color #2D678B: hue angle of 202.98º 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 #2D678B is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 103 | 139 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.45 |
| HSL | 202.98º | 0.51% | 0.36% | - |
| HSV(B) | 202.98º | 0.68% | 0.55% | - |
| XYZ | 10.59 | 12.12 | 26.21 | - |
| YUV | 89.76 | 155.78 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 139 | 0.68 | 0.26 | 0 | 0.45 | 202.98 | 0.51 | 0.36 |
| Hex | 2D | 67 | 8B | 44 | 1A | 0 | 2D | CB | 33 | 24 |
| Octal | 55 | 147 | 213 | 104 | 32 | 0 | 55 | 313 | 63 | 44 |
| Binary | 101101 | 1100111 | 10001011 | 1000100 | 11010 | 0 | 101101 | 11001011 | 110011 | 100100 |
Color Harmonies of #2D678B
Complementary color
Monochromatic Colors of #2D678B
Black with #2D678B
Text Example
Text Example
White with #2D678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D678B; }
p { color: rgb(45,103,139); }
H1.HeaderClassName
{
color: #2D678B;
}
.AnyTagClassName
{
color: #2D678B;
}
</style>
background-color css
<style>
a { background-color: #2D678B; }
a { background-color: rgb(45,103,139); }
div.DivClassName
{
background-color: #2D678B;
}
.BgClassName
{
background-color: #2D678B;
}
</style>
border-color css
<style>
span { border-color: #2D678B; }
span { border-color: rgb(45,103,139); }
td.TdClassName
{
border-color: #2D678B;
}
.TagClassName
{
border-color: #2D678B;
}
</style>