Shades of Astral #30708D
Tints of Astral #30708D
RGB
CMYK
RGB Variations
Color information
#30708D (or 0x30708D) is known color: Astral. HEX triplet: 30, 70 and 8D. RGB value is (48,112,141). Sum of RGB (Red+Green+Blue) = 48+112+141=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #30708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30708D is #CF8F72. Grayscale: #5F5F5F. Windows color (decimal): -13602675 or 9269296. OLE color: 9269296.
HSL color Cylindrical-coordinate representation of color #30708D: hue angle of 198.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30708D is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 112 | 141 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.45 |
| HSL | 198.71º | 0.49% | 0.37% | - |
| HSV(B) | 198.71º | 0.66% | 0.55% | - |
| XYZ | 11.82 | 14.14 | 27.31 | - |
| YUV | 96.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 141 | 0.66 | 0.21 | 0 | 0.45 | 198.71 | 0.49 | 0.37 |
| Hex | 30 | 70 | 8D | 42 | 15 | 0 | 2D | C7 | 31 | 25 |
| Octal | 60 | 160 | 215 | 102 | 25 | 0 | 55 | 307 | 61 | 45 |
| Binary | 110000 | 1110000 | 10001101 | 1000010 | 10101 | 0 | 101101 | 11000111 | 110001 | 100101 |
Color Harmonies of #30708D
Complementary color
Monochromatic Colors of #30708D
Black with #30708D
Text Example
Text Example
White with #30708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30708D; }
p { color: rgb(48,112,141); }
H1.HeaderClassName
{
color: #30708D;
}
.AnyTagClassName
{
color: #30708D;
}
</style>
background-color css
<style>
a { background-color: #30708D; }
a { background-color: rgb(48,112,141); }
div.DivClassName
{
background-color: #30708D;
}
.BgClassName
{
background-color: #30708D;
}
</style>
border-color css
<style>
span { border-color: #30708D; }
span { border-color: rgb(48,112,141); }
td.TdClassName
{
border-color: #30708D;
}
.TagClassName
{
border-color: #30708D;
}
</style>