Shades of Astral #2D698A
Tints of Astral #2D698A
RGB
CMYK
RGB Variations
Color information
#2D698A (or 0x2D698A) is known color: Astral. HEX triplet: 2D, 69 and 8A. RGB value is (45,105,138). Sum of RGB (Red+Green+Blue) = 45+105+138=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D698A is #D29675. Grayscale: #5A5A5A. Windows color (decimal): -13801078 or 9070893. OLE color: 9070893.
HSL color Cylindrical-coordinate representation of color #2D698A: hue angle of 201.29º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D698A is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 105 | 138 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.46 |
| HSL | 201.29º | 0.51% | 0.36% | - |
| HSV(B) | 201.29º | 0.67% | 0.54% | - |
| XYZ | 10.72 | 12.5 | 25.89 | - |
| YUV | 90.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 138 | 0.67 | 0.24 | 0 | 0.46 | 201.29 | 0.51 | 0.36 |
| Hex | 2D | 69 | 8A | 43 | 18 | 0 | 2E | C9 | 33 | 24 |
| Octal | 55 | 151 | 212 | 103 | 30 | 0 | 56 | 311 | 63 | 44 |
| Binary | 101101 | 1101001 | 10001010 | 1000011 | 11000 | 0 | 101110 | 11001001 | 110011 | 100100 |
Color Harmonies of #2D698A
Complementary color
Monochromatic Colors of #2D698A
Black with #2D698A
Text Example
Text Example
White with #2D698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D698A; }
p { color: rgb(45,105,138); }
H1.HeaderClassName
{
color: #2D698A;
}
.AnyTagClassName
{
color: #2D698A;
}
</style>
background-color css
<style>
a { background-color: #2D698A; }
a { background-color: rgb(45,105,138); }
div.DivClassName
{
background-color: #2D698A;
}
.BgClassName
{
background-color: #2D698A;
}
</style>
border-color css
<style>
span { border-color: #2D698A; }
span { border-color: rgb(45,105,138); }
td.TdClassName
{
border-color: #2D698A;
}
.TagClassName
{
border-color: #2D698A;
}
</style>