Shades of Astral #30788A
Tints of Astral #30788A
RGB
CMYK
RGB Variations
Color information
#30788A (or 0x30788A) is known color: Astral. HEX triplet: 30, 78 and 8A. RGB value is (48,120,138). Sum of RGB (Red+Green+Blue) = 48+120+138=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #30788A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30788A is #CF8775. Grayscale: #646464. Windows color (decimal): -13600630 or 9074736. OLE color: 9074736.
HSL color Cylindrical-coordinate representation of color #30788A: hue angle of 192º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30788A is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 120 | 138 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.46 |
| HSL | 192º | 0.48% | 0.36% | - |
| HSV(B) | 192º | 0.65% | 0.54% | - |
| XYZ | 12.52 | 15.9 | 26.45 | - |
| YUV | 100.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 138 | 0.65 | 0.13 | 0 | 0.46 | 192 | 0.48 | 0.36 |
| Hex | 30 | 78 | 8A | 41 | D | 0 | 2E | C0 | 30 | 24 |
| Octal | 60 | 170 | 212 | 101 | 15 | 0 | 56 | 300 | 60 | 44 |
| Binary | 110000 | 1111000 | 10001010 | 1000001 | 1101 | 0 | 101110 | 11000000 | 110000 | 100100 |
Color Harmonies of #30788A
Complementary color
Monochromatic Colors of #30788A
Black with #30788A
Text Example
Text Example
White with #30788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30788A; }
p { color: rgb(48,120,138); }
H1.HeaderClassName
{
color: #30788A;
}
.AnyTagClassName
{
color: #30788A;
}
</style>
background-color css
<style>
a { background-color: #30788A; }
a { background-color: rgb(48,120,138); }
div.DivClassName
{
background-color: #30788A;
}
.BgClassName
{
background-color: #30788A;
}
</style>
border-color css
<style>
span { border-color: #30788A; }
span { border-color: rgb(48,120,138); }
td.TdClassName
{
border-color: #30788A;
}
.TagClassName
{
border-color: #30788A;
}
</style>