Shades of Astral #30748D
Tints of Astral #30748D
RGB
CMYK
RGB Variations
Color information
#30748D (or 0x30748D) is known color: Astral. HEX triplet: 30, 74 and 8D. RGB value is (48,116,141). Sum of RGB (Red+Green+Blue) = 48+116+141=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #30748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30748D is #CF8B72. Grayscale: #626262. Windows color (decimal): -13601651 or 9270320. OLE color: 9270320.
HSL color Cylindrical-coordinate representation of color #30748D: hue angle of 196.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30748D is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 116 | 141 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.45 |
| HSL | 196.13º | 0.49% | 0.37% | - |
| HSV(B) | 196.13º | 0.66% | 0.55% | - |
| XYZ | 12.27 | 15.04 | 27.46 | - |
| YUV | 98.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 141 | 0.66 | 0.18 | 0 | 0.45 | 196.13 | 0.49 | 0.37 |
| Hex | 30 | 74 | 8D | 42 | 12 | 0 | 2D | C4 | 31 | 25 |
| Octal | 60 | 164 | 215 | 102 | 22 | 0 | 55 | 304 | 61 | 45 |
| Binary | 110000 | 1110100 | 10001101 | 1000010 | 10010 | 0 | 101101 | 11000100 | 110001 | 100101 |
Color Harmonies of #30748D
Complementary color
Monochromatic Colors of #30748D
Black with #30748D
Text Example
Text Example
White with #30748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30748D; }
p { color: rgb(48,116,141); }
H1.HeaderClassName
{
color: #30748D;
}
.AnyTagClassName
{
color: #30748D;
}
</style>
background-color css
<style>
a { background-color: #30748D; }
a { background-color: rgb(48,116,141); }
div.DivClassName
{
background-color: #30748D;
}
.BgClassName
{
background-color: #30748D;
}
</style>
border-color css
<style>
span { border-color: #30748D; }
span { border-color: rgb(48,116,141); }
td.TdClassName
{
border-color: #30748D;
}
.TagClassName
{
border-color: #30748D;
}
</style>