Shades of Astral #30748F
Tints of Astral #30748F
RGB
CMYK
RGB Variations
Color information
#30748F (or 0x30748F) is known color: Astral. HEX triplet: 30, 74 and 8F. RGB value is (48,116,143). Sum of RGB (Red+Green+Blue) = 48+116+143=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #30748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30748F is #CF8B70. Grayscale: #626262. Windows color (decimal): -13601649 or 9401392. OLE color: 9401392.
HSL color Cylindrical-coordinate representation of color #30748F: hue angle of 197.05º 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 #30748F is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 116 | 143 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.44 |
| HSL | 197.05º | 0.5% | 0.37% | - |
| HSV(B) | 197.05º | 0.66% | 0.56% | - |
| XYZ | 12.42 | 15.1 | 28.25 | - |
| YUV | 98.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 143 | 0.66 | 0.19 | 0 | 0.44 | 197.05 | 0.5 | 0.37 |
| Hex | 30 | 74 | 8F | 42 | 13 | 0 | 2C | C5 | 32 | 25 |
| Octal | 60 | 164 | 217 | 102 | 23 | 0 | 54 | 305 | 62 | 45 |
| Binary | 110000 | 1110100 | 10001111 | 1000010 | 10011 | 0 | 101100 | 11000101 | 110010 | 100101 |
Color Harmonies of #30748F
Complementary color
Monochromatic Colors of #30748F
Black with #30748F
Text Example
Text Example
White with #30748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30748F; }
p { color: rgb(48,116,143); }
H1.HeaderClassName
{
color: #30748F;
}
.AnyTagClassName
{
color: #30748F;
}
</style>
background-color css
<style>
a { background-color: #30748F; }
a { background-color: rgb(48,116,143); }
div.DivClassName
{
background-color: #30748F;
}
.BgClassName
{
background-color: #30748F;
}
</style>
border-color css
<style>
span { border-color: #30748F; }
span { border-color: rgb(48,116,143); }
td.TdClassName
{
border-color: #30748F;
}
.TagClassName
{
border-color: #30748F;
}
</style>