Shades of Astral #30707E
Tints of Astral #30707E
RGB
CMYK
RGB Variations
Color information
#30707E (or 0x30707E) is known color: Astral. HEX triplet: 30, 70 and 7E. RGB value is (48,112,126). Sum of RGB (Red+Green+Blue) = 48+112+126=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #30707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30707E is #CF8F81. Grayscale: #5E5E5E. Windows color (decimal): -13602690 or 8286256. OLE color: 8286256.
HSL color Cylindrical-coordinate representation of color #30707E: hue angle of 190.77º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30707E is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 112 | 126 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.51 |
| HSL | 190.77º | 0.45% | 0.34% | - |
| HSV(B) | 190.77º | 0.62% | 0.49% | - |
| XYZ | 10.78 | 13.72 | 21.82 | - |
| YUV | 94.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 126 | 0.62 | 0.11 | 0 | 0.51 | 190.77 | 0.45 | 0.34 |
| Hex | 30 | 70 | 7E | 3E | B | 0 | 33 | BF | 2D | 22 |
| Octal | 60 | 160 | 176 | 76 | 13 | 0 | 63 | 277 | 55 | 42 |
| Binary | 110000 | 1110000 | 1111110 | 111110 | 1011 | 0 | 110011 | 10111111 | 101101 | 100010 |
Color Harmonies of #30707E
Complementary color
Monochromatic Colors of #30707E
Black with #30707E
Text Example
Text Example
White with #30707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30707E; }
p { color: rgb(48,112,126); }
H1.HeaderClassName
{
color: #30707E;
}
.AnyTagClassName
{
color: #30707E;
}
</style>
background-color css
<style>
a { background-color: #30707E; }
a { background-color: rgb(48,112,126); }
div.DivClassName
{
background-color: #30707E;
}
.BgClassName
{
background-color: #30707E;
}
</style>
border-color css
<style>
span { border-color: #30707E; }
span { border-color: rgb(48,112,126); }
td.TdClassName
{
border-color: #30707E;
}
.TagClassName
{
border-color: #30707E;
}
</style>