Shades of Astral #307C94
Tints of Astral #307C94
RGB
CMYK
RGB Variations
Color information
#307C94 (or 0x307C94) is known color: Astral. HEX triplet: 30, 7C and 94. RGB value is (48,124,148). Sum of RGB (Red+Green+Blue) = 48+124+148=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #307C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C94 is #CF836B. Grayscale: #676767. Windows color (decimal): -13599596 or 9731120. OLE color: 9731120.
HSL color Cylindrical-coordinate representation of color #307C94: hue angle of 194.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307C94 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 124 | 148 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.42 |
| HSL | 194.4º | 0.51% | 0.38% | - |
| HSV(B) | 194.4º | 0.68% | 0.58% | - |
| XYZ | 13.77 | 17.18 | 30.61 | - |
| YUV | 104.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 148 | 0.68 | 0.16 | 0 | 0.42 | 194.4 | 0.51 | 0.38 |
| Hex | 30 | 7C | 94 | 44 | 10 | 0 | 2A | C2 | 33 | 26 |
| Octal | 60 | 174 | 224 | 104 | 20 | 0 | 52 | 302 | 63 | 46 |
| Binary | 110000 | 1111100 | 10010100 | 1000100 | 10000 | 0 | 101010 | 11000010 | 110011 | 100110 |
Color Harmonies of #307C94
Complementary color
Monochromatic Colors of #307C94
Black with #307C94
Text Example
Text Example
White with #307C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C94; }
p { color: rgb(48,124,148); }
H1.HeaderClassName
{
color: #307C94;
}
.AnyTagClassName
{
color: #307C94;
}
</style>
background-color css
<style>
a { background-color: #307C94; }
a { background-color: rgb(48,124,148); }
div.DivClassName
{
background-color: #307C94;
}
.BgClassName
{
background-color: #307C94;
}
</style>
border-color css
<style>
span { border-color: #307C94; }
span { border-color: rgb(48,124,148); }
td.TdClassName
{
border-color: #307C94;
}
.TagClassName
{
border-color: #307C94;
}
</style>