Shades of Astral #2D668B
Tints of Astral #2D668B
RGB
CMYK
RGB Variations
Color information
#2D668B (or 0x2D668B) is known color: Astral. HEX triplet: 2D, 66 and 8B. RGB value is (45,102,139). Sum of RGB (Red+Green+Blue) = 45+102+139=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D668B is #D29974. Grayscale: #585858. Windows color (decimal): -13801845 or 9135661. OLE color: 9135661.
HSL color Cylindrical-coordinate representation of color #2D668B: hue angle of 203.62º 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 #2D668B is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 102 | 139 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.45 |
| HSL | 203.62º | 0.51% | 0.36% | - |
| HSV(B) | 203.62º | 0.68% | 0.55% | - |
| XYZ | 10.49 | 11.92 | 26.17 | - |
| YUV | 89.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 139 | 0.68 | 0.27 | 0 | 0.45 | 203.62 | 0.51 | 0.36 |
| Hex | 2D | 66 | 8B | 44 | 1B | 0 | 2D | CC | 33 | 24 |
| Octal | 55 | 146 | 213 | 104 | 33 | 0 | 55 | 314 | 63 | 44 |
| Binary | 101101 | 1100110 | 10001011 | 1000100 | 11011 | 0 | 101101 | 11001100 | 110011 | 100100 |
Color Harmonies of #2D668B
Complementary color
Monochromatic Colors of #2D668B
Black with #2D668B
Text Example
Text Example
White with #2D668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D668B; }
p { color: rgb(45,102,139); }
H1.HeaderClassName
{
color: #2D668B;
}
.AnyTagClassName
{
color: #2D668B;
}
</style>
background-color css
<style>
a { background-color: #2D668B; }
a { background-color: rgb(45,102,139); }
div.DivClassName
{
background-color: #2D668B;
}
.BgClassName
{
background-color: #2D668B;
}
</style>
border-color css
<style>
span { border-color: #2D668B; }
span { border-color: rgb(45,102,139); }
td.TdClassName
{
border-color: #2D668B;
}
.TagClassName
{
border-color: #2D668B;
}
</style>