Shades of Astral #307293
Tints of Astral #307293
RGB
CMYK
RGB Variations
Color information
#307293 (or 0x307293) is known color: Astral. HEX triplet: 30, 72 and 93. RGB value is (48,114,147). Sum of RGB (Red+Green+Blue) = 48+114+147=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #307293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307293 is #CF8D6C. Grayscale: #616161. Windows color (decimal): -13602157 or 9663024. OLE color: 9663024.
HSL color Cylindrical-coordinate representation of color #307293: hue angle of 200º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307293 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 114 | 147 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.42 |
| HSL | 200º | 0.51% | 0.38% | - |
| HSV(B) | 200º | 0.67% | 0.58% | - |
| XYZ | 12.5 | 14.77 | 29.8 | - |
| YUV | 98.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 147 | 0.67 | 0.22 | 0 | 0.42 | 200 | 0.51 | 0.38 |
| Hex | 30 | 72 | 93 | 43 | 16 | 0 | 2A | C8 | 33 | 26 |
| Octal | 60 | 162 | 223 | 103 | 26 | 0 | 52 | 310 | 63 | 46 |
| Binary | 110000 | 1110010 | 10010011 | 1000011 | 10110 | 0 | 101010 | 11001000 | 110011 | 100110 |
Color Harmonies of #307293
Complementary color
Monochromatic Colors of #307293
Black with #307293
Text Example
Text Example
White with #307293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307293; }
p { color: rgb(48,114,147); }
H1.HeaderClassName
{
color: #307293;
}
.AnyTagClassName
{
color: #307293;
}
</style>
background-color css
<style>
a { background-color: #307293; }
a { background-color: rgb(48,114,147); }
div.DivClassName
{
background-color: #307293;
}
.BgClassName
{
background-color: #307293;
}
</style>
border-color css
<style>
span { border-color: #307293; }
span { border-color: rgb(48,114,147); }
td.TdClassName
{
border-color: #307293;
}
.TagClassName
{
border-color: #307293;
}
</style>