Shades of Astral #307389
Tints of Astral #307389
RGB
CMYK
RGB Variations
Color information
#307389 (or 0x307389) is known color: Astral. HEX triplet: 30, 73 and 89. RGB value is (48,115,137). Sum of RGB (Red+Green+Blue) = 48+115+137=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #307389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307389 is #CF8C76. Grayscale: #616161. Windows color (decimal): -13601911 or 9007920. OLE color: 9007920.
HSL color Cylindrical-coordinate representation of color #307389: hue angle of 194.83º 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 #307389 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 115 | 137 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.46 |
| HSL | 194.83º | 0.48% | 0.36% | - |
| HSV(B) | 194.83º | 0.65% | 0.54% | - |
| XYZ | 11.87 | 14.7 | 25.88 | - |
| YUV | 97.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 137 | 0.65 | 0.16 | 0 | 0.46 | 194.83 | 0.48 | 0.36 |
| Hex | 30 | 73 | 89 | 41 | 10 | 0 | 2E | C3 | 30 | 24 |
| Octal | 60 | 163 | 211 | 101 | 20 | 0 | 56 | 303 | 60 | 44 |
| Binary | 110000 | 1110011 | 10001001 | 1000001 | 10000 | 0 | 101110 | 11000011 | 110000 | 100100 |
Color Harmonies of #307389
Complementary color
Monochromatic Colors of #307389
Black with #307389
Text Example
Text Example
White with #307389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307389; }
p { color: rgb(48,115,137); }
H1.HeaderClassName
{
color: #307389;
}
.AnyTagClassName
{
color: #307389;
}
</style>
background-color css
<style>
a { background-color: #307389; }
a { background-color: rgb(48,115,137); }
div.DivClassName
{
background-color: #307389;
}
.BgClassName
{
background-color: #307389;
}
</style>
border-color css
<style>
span { border-color: #307389; }
span { border-color: rgb(48,115,137); }
td.TdClassName
{
border-color: #307389;
}
.TagClassName
{
border-color: #307389;
}
</style>