Shades of Astral #30728A
Tints of Astral #30728A
RGB
CMYK
RGB Variations
Color information
#30728A (or 0x30728A) is known color: Astral. HEX triplet: 30, 72 and 8A. RGB value is (48,114,138). Sum of RGB (Red+Green+Blue) = 48+114+138=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #30728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30728A is #CF8D75. Grayscale: #606060. Windows color (decimal): -13602166 or 9073200. OLE color: 9073200.
HSL color Cylindrical-coordinate representation of color #30728A: hue angle of 196º 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 #30728A is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 114 | 138 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.46 |
| HSL | 196º | 0.48% | 0.36% | - |
| HSV(B) | 196º | 0.65% | 0.54% | - |
| XYZ | 11.82 | 14.5 | 26.22 | - |
| YUV | 97 | 151.13 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 138 | 0.65 | 0.17 | 0 | 0.46 | 196 | 0.48 | 0.36 |
| Hex | 30 | 72 | 8A | 41 | 11 | 0 | 2E | C4 | 30 | 24 |
| Octal | 60 | 162 | 212 | 101 | 21 | 0 | 56 | 304 | 60 | 44 |
| Binary | 110000 | 1110010 | 10001010 | 1000001 | 10001 | 0 | 101110 | 11000100 | 110000 | 100100 |
Color Harmonies of #30728A
Complementary color
Monochromatic Colors of #30728A
Black with #30728A
Text Example
Text Example
White with #30728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30728A; }
p { color: rgb(48,114,138); }
H1.HeaderClassName
{
color: #30728A;
}
.AnyTagClassName
{
color: #30728A;
}
</style>
background-color css
<style>
a { background-color: #30728A; }
a { background-color: rgb(48,114,138); }
div.DivClassName
{
background-color: #30728A;
}
.BgClassName
{
background-color: #30728A;
}
</style>
border-color css
<style>
span { border-color: #30728A; }
span { border-color: rgb(48,114,138); }
td.TdClassName
{
border-color: #30728A;
}
.TagClassName
{
border-color: #30728A;
}
</style>