Shades of Astral #30708A
Tints of Astral #30708A
RGB
CMYK
RGB Variations
Color information
#30708A (or 0x30708A) is known color: Astral. HEX triplet: 30, 70 and 8A. RGB value is (48,112,138). Sum of RGB (Red+Green+Blue) = 48+112+138=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #30708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30708A is #CF8F75. Grayscale: #5F5F5F. Windows color (decimal): -13602678 or 9072688. OLE color: 9072688.
HSL color Cylindrical-coordinate representation of color #30708A: hue angle of 197.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30708A is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 112 | 138 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.46 |
| HSL | 197.33º | 0.48% | 0.36% | - |
| HSV(B) | 197.33º | 0.65% | 0.54% | - |
| XYZ | 11.6 | 14.05 | 26.15 | - |
| YUV | 95.83 | 151.8 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 138 | 0.65 | 0.19 | 0 | 0.46 | 197.33 | 0.48 | 0.36 |
| Hex | 30 | 70 | 8A | 41 | 13 | 0 | 2E | C5 | 30 | 24 |
| Octal | 60 | 160 | 212 | 101 | 23 | 0 | 56 | 305 | 60 | 44 |
| Binary | 110000 | 1110000 | 10001010 | 1000001 | 10011 | 0 | 101110 | 11000101 | 110000 | 100100 |
Color Harmonies of #30708A
Complementary color
Monochromatic Colors of #30708A
Black with #30708A
Text Example
Text Example
White with #30708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30708A; }
p { color: rgb(48,112,138); }
H1.HeaderClassName
{
color: #30708A;
}
.AnyTagClassName
{
color: #30708A;
}
</style>
background-color css
<style>
a { background-color: #30708A; }
a { background-color: rgb(48,112,138); }
div.DivClassName
{
background-color: #30708A;
}
.BgClassName
{
background-color: #30708A;
}
</style>
border-color css
<style>
span { border-color: #30708A; }
span { border-color: rgb(48,112,138); }
td.TdClassName
{
border-color: #30708A;
}
.TagClassName
{
border-color: #30708A;
}
</style>