Shades of Astral #30728F
Tints of Astral #30728F
RGB
CMYK
RGB Variations
Color information
#30728F (or 0x30728F) is known color: Astral. HEX triplet: 30, 72 and 8F. RGB value is (48,114,143). Sum of RGB (Red+Green+Blue) = 48+114+143=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #30728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30728F is #CF8D70. Grayscale: #616161. Windows color (decimal): -13602161 or 9400880. OLE color: 9400880.
HSL color Cylindrical-coordinate representation of color #30728F: hue angle of 198.32º degrees, saturation: 0.5, 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 #30728F is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 114 | 143 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.44 |
| HSL | 198.32º | 0.5% | 0.37% | - |
| HSV(B) | 198.32º | 0.66% | 0.56% | - |
| XYZ | 12.19 | 14.65 | 28.17 | - |
| YUV | 97.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 143 | 0.66 | 0.20 | 0 | 0.44 | 198.32 | 0.5 | 0.37 |
| Hex | 30 | 72 | 8F | 42 | 14 | 0 | 2C | C6 | 32 | 25 |
| Octal | 60 | 162 | 217 | 102 | 24 | 0 | 54 | 306 | 62 | 45 |
| Binary | 110000 | 1110010 | 10001111 | 1000010 | 10100 | 0 | 101100 | 11000110 | 110010 | 100101 |
Color Harmonies of #30728F
Complementary color
Monochromatic Colors of #30728F
Black with #30728F
Text Example
Text Example
White with #30728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30728F; }
p { color: rgb(48,114,143); }
H1.HeaderClassName
{
color: #30728F;
}
.AnyTagClassName
{
color: #30728F;
}
</style>
background-color css
<style>
a { background-color: #30728F; }
a { background-color: rgb(48,114,143); }
div.DivClassName
{
background-color: #30728F;
}
.BgClassName
{
background-color: #30728F;
}
</style>
border-color css
<style>
span { border-color: #30728F; }
span { border-color: rgb(48,114,143); }
td.TdClassName
{
border-color: #30728F;
}
.TagClassName
{
border-color: #30728F;
}
</style>