Shades of Astral #30708E
Tints of Astral #30708E
RGB
CMYK
RGB Variations
Color information
#30708E (or 0x30708E) is known color: Astral. HEX triplet: 30, 70 and 8E. RGB value is (48,112,142). Sum of RGB (Red+Green+Blue) = 48+112+142=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #30708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30708E is #CF8F71. Grayscale: #606060. Windows color (decimal): -13602674 or 9334832. OLE color: 9334832.
HSL color Cylindrical-coordinate representation of color #30708E: hue angle of 199.15º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30708E is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 112 | 142 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.44 |
| HSL | 199.15º | 0.49% | 0.37% | - |
| HSV(B) | 199.15º | 0.66% | 0.56% | - |
| XYZ | 11.9 | 14.17 | 27.7 | - |
| YUV | 96.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 142 | 0.66 | 0.21 | 0 | 0.44 | 199.15 | 0.49 | 0.37 |
| Hex | 30 | 70 | 8E | 42 | 15 | 0 | 2C | C7 | 31 | 25 |
| Octal | 60 | 160 | 216 | 102 | 25 | 0 | 54 | 307 | 61 | 45 |
| Binary | 110000 | 1110000 | 10001110 | 1000010 | 10101 | 0 | 101100 | 11000111 | 110001 | 100101 |
Color Harmonies of #30708E
Complementary color
Monochromatic Colors of #30708E
Black with #30708E
Text Example
Text Example
White with #30708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30708E; }
p { color: rgb(48,112,142); }
H1.HeaderClassName
{
color: #30708E;
}
.AnyTagClassName
{
color: #30708E;
}
</style>
background-color css
<style>
a { background-color: #30708E; }
a { background-color: rgb(48,112,142); }
div.DivClassName
{
background-color: #30708E;
}
.BgClassName
{
background-color: #30708E;
}
</style>
border-color css
<style>
span { border-color: #30708E; }
span { border-color: rgb(48,112,142); }
td.TdClassName
{
border-color: #30708E;
}
.TagClassName
{
border-color: #30708E;
}
</style>