Shades of Astral #30788F
Tints of Astral #30788F
RGB
CMYK
RGB Variations
Color information
#30788F (or 0x30788F) is known color: Astral. HEX triplet: 30, 78 and 8F. RGB value is (48,120,143). Sum of RGB (Red+Green+Blue) = 48+120+143=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #30788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30788F is #CF8770. Grayscale: #646464. Windows color (decimal): -13600625 or 9402416. OLE color: 9402416.
HSL color Cylindrical-coordinate representation of color #30788F: hue angle of 194.53º 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 #30788F is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 120 | 143 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.44 |
| HSL | 194.53º | 0.5% | 0.37% | - |
| HSV(B) | 194.53º | 0.66% | 0.56% | - |
| XYZ | 12.89 | 16.04 | 28.4 | - |
| YUV | 101.09 | 151.65 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 143 | 0.66 | 0.16 | 0 | 0.44 | 194.53 | 0.5 | 0.37 |
| Hex | 30 | 78 | 8F | 42 | 10 | 0 | 2C | C3 | 32 | 25 |
| Octal | 60 | 170 | 217 | 102 | 20 | 0 | 54 | 303 | 62 | 45 |
| Binary | 110000 | 1111000 | 10001111 | 1000010 | 10000 | 0 | 101100 | 11000011 | 110010 | 100101 |
Color Harmonies of #30788F
Complementary color
Monochromatic Colors of #30788F
Black with #30788F
Text Example
Text Example
White with #30788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30788F; }
p { color: rgb(48,120,143); }
H1.HeaderClassName
{
color: #30788F;
}
.AnyTagClassName
{
color: #30788F;
}
</style>
background-color css
<style>
a { background-color: #30788F; }
a { background-color: rgb(48,120,143); }
div.DivClassName
{
background-color: #30788F;
}
.BgClassName
{
background-color: #30788F;
}
</style>
border-color css
<style>
span { border-color: #30788F; }
span { border-color: rgb(48,120,143); }
td.TdClassName
{
border-color: #30788F;
}
.TagClassName
{
border-color: #30788F;
}
</style>