Shades of Astral #30718F
Tints of Astral #30718F
RGB
CMYK
RGB Variations
Color information
#30718F (or 0x30718F) is known color: Astral. HEX triplet: 30, 71 and 8F. RGB value is (48,113,143). Sum of RGB (Red+Green+Blue) = 48+113+143=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #30718F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30718F is #CF8E70. Grayscale: #606060. Windows color (decimal): -13602417 or 9400624. OLE color: 9400624.
HSL color Cylindrical-coordinate representation of color #30718F: hue angle of 198.95º 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 #30718F is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 113 | 143 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.44 |
| HSL | 198.95º | 0.5% | 0.37% | - |
| HSV(B) | 198.95º | 0.66% | 0.56% | - |
| XYZ | 12.08 | 14.42 | 28.13 | - |
| YUV | 96.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 143 | 0.66 | 0.21 | 0 | 0.44 | 198.95 | 0.5 | 0.37 |
| Hex | 30 | 71 | 8F | 42 | 15 | 0 | 2C | C7 | 32 | 25 |
| Octal | 60 | 161 | 217 | 102 | 25 | 0 | 54 | 307 | 62 | 45 |
| Binary | 110000 | 1110001 | 10001111 | 1000010 | 10101 | 0 | 101100 | 11000111 | 110010 | 100101 |
Color Harmonies of #30718F
Complementary color
Monochromatic Colors of #30718F
Black with #30718F
Text Example
Text Example
White with #30718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30718F; }
p { color: rgb(48,113,143); }
H1.HeaderClassName
{
color: #30718F;
}
.AnyTagClassName
{
color: #30718F;
}
</style>
background-color css
<style>
a { background-color: #30718F; }
a { background-color: rgb(48,113,143); }
div.DivClassName
{
background-color: #30718F;
}
.BgClassName
{
background-color: #30718F;
}
</style>
border-color css
<style>
span { border-color: #30718F; }
span { border-color: rgb(48,113,143); }
td.TdClassName
{
border-color: #30718F;
}
.TagClassName
{
border-color: #30718F;
}
</style>