Shades of Astral #307D90
Tints of Astral #307D90
RGB
CMYK
RGB Variations
Color information
#307D90 (or 0x307D90) is known color: Astral. HEX triplet: 30, 7D and 90. RGB value is (48,125,144). Sum of RGB (Red+Green+Blue) = 48+125+144=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #307D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D90 is #CF826F. Grayscale: #676767. Windows color (decimal): -13599344 or 9469232. OLE color: 9469232.
HSL color Cylindrical-coordinate representation of color #307D90: hue angle of 191.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307D90 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 125 | 144 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.44 |
| HSL | 191.88º | 0.5% | 0.38% | - |
| HSV(B) | 191.88º | 0.67% | 0.56% | - |
| XYZ | 13.59 | 17.31 | 29.01 | - |
| YUV | 104.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 144 | 0.67 | 0.13 | 0 | 0.44 | 191.88 | 0.5 | 0.38 |
| Hex | 30 | 7D | 90 | 43 | D | 0 | 2C | C0 | 32 | 26 |
| Octal | 60 | 175 | 220 | 103 | 15 | 0 | 54 | 300 | 62 | 46 |
| Binary | 110000 | 1111101 | 10010000 | 1000011 | 1101 | 0 | 101100 | 11000000 | 110010 | 100110 |
Color Harmonies of #307D90
Complementary color
Monochromatic Colors of #307D90
Black with #307D90
Text Example
Text Example
White with #307D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D90; }
p { color: rgb(48,125,144); }
H1.HeaderClassName
{
color: #307D90;
}
.AnyTagClassName
{
color: #307D90;
}
</style>
background-color css
<style>
a { background-color: #307D90; }
a { background-color: rgb(48,125,144); }
div.DivClassName
{
background-color: #307D90;
}
.BgClassName
{
background-color: #307D90;
}
</style>
border-color css
<style>
span { border-color: #307D90; }
span { border-color: rgb(48,125,144); }
td.TdClassName
{
border-color: #307D90;
}
.TagClassName
{
border-color: #307D90;
}
</style>