Shades of Astral #30728B
Tints of Astral #30728B
RGB
CMYK
RGB Variations
Color information
#30728B (or 0x30728B) is known color: Astral. HEX triplet: 30, 72 and 8B. RGB value is (48,114,139). Sum of RGB (Red+Green+Blue) = 48+114+139=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #30728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30728B is #CF8D74. Grayscale: #606060. Windows color (decimal): -13602165 or 9138736. OLE color: 9138736.
HSL color Cylindrical-coordinate representation of color #30728B: hue angle of 196.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30728B is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 114 | 139 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.45 |
| HSL | 196.48º | 0.49% | 0.37% | - |
| HSV(B) | 196.48º | 0.65% | 0.55% | - |
| XYZ | 11.9 | 14.53 | 26.6 | - |
| YUV | 97.12 | 151.63 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 139 | 0.65 | 0.18 | 0 | 0.45 | 196.48 | 0.49 | 0.37 |
| Hex | 30 | 72 | 8B | 41 | 12 | 0 | 2D | C4 | 31 | 25 |
| Octal | 60 | 162 | 213 | 101 | 22 | 0 | 55 | 304 | 61 | 45 |
| Binary | 110000 | 1110010 | 10001011 | 1000001 | 10010 | 0 | 101101 | 11000100 | 110001 | 100101 |
Color Harmonies of #30728B
Complementary color
Monochromatic Colors of #30728B
Black with #30728B
Text Example
Text Example
White with #30728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30728B; }
p { color: rgb(48,114,139); }
H1.HeaderClassName
{
color: #30728B;
}
.AnyTagClassName
{
color: #30728B;
}
</style>
background-color css
<style>
a { background-color: #30728B; }
a { background-color: rgb(48,114,139); }
div.DivClassName
{
background-color: #30728B;
}
.BgClassName
{
background-color: #30728B;
}
</style>
border-color css
<style>
span { border-color: #30728B; }
span { border-color: rgb(48,114,139); }
td.TdClassName
{
border-color: #30728B;
}
.TagClassName
{
border-color: #30728B;
}
</style>