Shades of Astral #30778D
Tints of Astral #30778D
RGB
CMYK
RGB Variations
Color information
#30778D (or 0x30778D) is known color: Astral. HEX triplet: 30, 77 and 8D. RGB value is (48,119,141). Sum of RGB (Red+Green+Blue) = 48+119+141=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #30778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30778D is #CF8872. Grayscale: #646464. Windows color (decimal): -13600883 or 9271088. OLE color: 9271088.
HSL color Cylindrical-coordinate representation of color #30778D: hue angle of 194.19º 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 #30778D is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 119 | 141 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.45 |
| HSL | 194.19º | 0.49% | 0.37% | - |
| HSV(B) | 194.19º | 0.66% | 0.55% | - |
| XYZ | 12.62 | 15.75 | 27.57 | - |
| YUV | 100.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 141 | 0.66 | 0.16 | 0 | 0.45 | 194.19 | 0.49 | 0.37 |
| Hex | 30 | 77 | 8D | 42 | 10 | 0 | 2D | C2 | 31 | 25 |
| Octal | 60 | 167 | 215 | 102 | 20 | 0 | 55 | 302 | 61 | 45 |
| Binary | 110000 | 1110111 | 10001101 | 1000010 | 10000 | 0 | 101101 | 11000010 | 110001 | 100101 |
Color Harmonies of #30778D
Complementary color
Monochromatic Colors of #30778D
Black with #30778D
Text Example
Text Example
White with #30778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30778D; }
p { color: rgb(48,119,141); }
H1.HeaderClassName
{
color: #30778D;
}
.AnyTagClassName
{
color: #30778D;
}
</style>
background-color css
<style>
a { background-color: #30778D; }
a { background-color: rgb(48,119,141); }
div.DivClassName
{
background-color: #30778D;
}
.BgClassName
{
background-color: #30778D;
}
</style>
border-color css
<style>
span { border-color: #30778D; }
span { border-color: rgb(48,119,141); }
td.TdClassName
{
border-color: #30778D;
}
.TagClassName
{
border-color: #30778D;
}
</style>