Shades of Astral #307A89
Tints of Astral #307A89
RGB
CMYK
RGB Variations
Color information
#307A89 (or 0x307A89) is known color: Astral. HEX triplet: 30, 7A and 89. RGB value is (48,122,137). Sum of RGB (Red+Green+Blue) = 48+122+137=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #307A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A89 is #CF8576. Grayscale: #656565. Windows color (decimal): -13600119 or 9009712. OLE color: 9009712.
HSL color Cylindrical-coordinate representation of color #307A89: hue angle of 190.11º 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 #307A89 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 122 | 137 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.46 |
| HSL | 190.11º | 0.48% | 0.36% | - |
| HSV(B) | 190.11º | 0.65% | 0.54% | - |
| XYZ | 12.69 | 16.35 | 26.15 | - |
| YUV | 101.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 137 | 0.65 | 0.11 | 0 | 0.46 | 190.11 | 0.48 | 0.36 |
| Hex | 30 | 7A | 89 | 41 | B | 0 | 2E | BE | 30 | 24 |
| Octal | 60 | 172 | 211 | 101 | 13 | 0 | 56 | 276 | 60 | 44 |
| Binary | 110000 | 1111010 | 10001001 | 1000001 | 1011 | 0 | 101110 | 10111110 | 110000 | 100100 |
Color Harmonies of #307A89
Complementary color
Monochromatic Colors of #307A89
Black with #307A89
Text Example
Text Example
White with #307A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A89; }
p { color: rgb(48,122,137); }
H1.HeaderClassName
{
color: #307A89;
}
.AnyTagClassName
{
color: #307A89;
}
</style>
background-color css
<style>
a { background-color: #307A89; }
a { background-color: rgb(48,122,137); }
div.DivClassName
{
background-color: #307A89;
}
.BgClassName
{
background-color: #307A89;
}
</style>
border-color css
<style>
span { border-color: #307A89; }
span { border-color: rgb(48,122,137); }
td.TdClassName
{
border-color: #307A89;
}
.TagClassName
{
border-color: #307A89;
}
</style>