Shades of Astral #307E90
Tints of Astral #307E90
RGB
CMYK
RGB Variations
Color information
#307E90 (or 0x307E90) is known color: Astral. HEX triplet: 30, 7E and 90. RGB value is (48,126,144). Sum of RGB (Red+Green+Blue) = 48+126+144=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #307E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E90 is #CF816F. Grayscale: #686868. Windows color (decimal): -13599088 or 9469488. OLE color: 9469488.
HSL color Cylindrical-coordinate representation of color #307E90: hue angle of 191.25º 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 #307E90 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 126 | 144 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.44 |
| HSL | 191.25º | 0.5% | 0.38% | - |
| HSV(B) | 191.25º | 0.67% | 0.56% | - |
| XYZ | 13.71 | 17.56 | 29.05 | - |
| YUV | 104.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 144 | 0.67 | 0.12 | 0 | 0.44 | 191.25 | 0.5 | 0.38 |
| Hex | 30 | 7E | 90 | 43 | C | 0 | 2C | BF | 32 | 26 |
| Octal | 60 | 176 | 220 | 103 | 14 | 0 | 54 | 277 | 62 | 46 |
| Binary | 110000 | 1111110 | 10010000 | 1000011 | 1100 | 0 | 101100 | 10111111 | 110010 | 100110 |
Color Harmonies of #307E90
Complementary color
Monochromatic Colors of #307E90
Black with #307E90
Text Example
Text Example
White with #307E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E90; }
p { color: rgb(48,126,144); }
H1.HeaderClassName
{
color: #307E90;
}
.AnyTagClassName
{
color: #307E90;
}
</style>
background-color css
<style>
a { background-color: #307E90; }
a { background-color: rgb(48,126,144); }
div.DivClassName
{
background-color: #307E90;
}
.BgClassName
{
background-color: #307E90;
}
</style>
border-color css
<style>
span { border-color: #307E90; }
span { border-color: rgb(48,126,144); }
td.TdClassName
{
border-color: #307E90;
}
.TagClassName
{
border-color: #307E90;
}
</style>