Shades of Astral #2D798B
Tints of Astral #2D798B
RGB
CMYK
RGB Variations
Color information
#2D798B (or 0x2D798B) is known color: Astral. HEX triplet: 2D, 79 and 8B. RGB value is (45,121,139). Sum of RGB (Red+Green+Blue) = 45+121+139=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D798B is #D28674. Grayscale: #646464. Windows color (decimal): -13796981 or 9140525. OLE color: 9140525.
HSL color Cylindrical-coordinate representation of color #2D798B: hue angle of 191.49º 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 #2D798B is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 121 | 139 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.45 |
| HSL | 191.49º | 0.51% | 0.36% | - |
| HSV(B) | 191.49º | 0.68% | 0.55% | - |
| XYZ | 12.58 | 16.1 | 26.87 | - |
| YUV | 100.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 139 | 0.68 | 0.13 | 0 | 0.45 | 191.49 | 0.51 | 0.36 |
| Hex | 2D | 79 | 8B | 44 | D | 0 | 2D | BF | 33 | 24 |
| Octal | 55 | 171 | 213 | 104 | 15 | 0 | 55 | 277 | 63 | 44 |
| Binary | 101101 | 1111001 | 10001011 | 1000100 | 1101 | 0 | 101101 | 10111111 | 110011 | 100100 |
Color Harmonies of #2D798B
Complementary color
Monochromatic Colors of #2D798B
Black with #2D798B
Text Example
Text Example
White with #2D798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D798B; }
p { color: rgb(45,121,139); }
H1.HeaderClassName
{
color: #2D798B;
}
.AnyTagClassName
{
color: #2D798B;
}
</style>
background-color css
<style>
a { background-color: #2D798B; }
a { background-color: rgb(45,121,139); }
div.DivClassName
{
background-color: #2D798B;
}
.BgClassName
{
background-color: #2D798B;
}
</style>
border-color css
<style>
span { border-color: #2D798B; }
span { border-color: rgb(45,121,139); }
td.TdClassName
{
border-color: #2D798B;
}
.TagClassName
{
border-color: #2D798B;
}
</style>