Shades of Astral #307082
Tints of Astral #307082
RGB
CMYK
RGB Variations
Color information
#307082 (or 0x307082) is known color: Astral. HEX triplet: 30, 70 and 82. RGB value is (48,112,130). Sum of RGB (Red+Green+Blue) = 48+112+130=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #307082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307082 is #CF8F7D. Grayscale: #5E5E5E. Windows color (decimal): -13602686 or 8548400. OLE color: 8548400.
HSL color Cylindrical-coordinate representation of color #307082: hue angle of 193.17º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307082 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 112 | 130 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.49 |
| HSL | 193.17º | 0.46% | 0.35% | - |
| HSV(B) | 193.17º | 0.63% | 0.51% | - |
| XYZ | 11.04 | 13.83 | 23.21 | - |
| YUV | 94.92 | 147.8 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 130 | 0.63 | 0.14 | 0 | 0.49 | 193.17 | 0.46 | 0.35 |
| Hex | 30 | 70 | 82 | 3F | E | 0 | 31 | C1 | 2E | 23 |
| Octal | 60 | 160 | 202 | 77 | 16 | 0 | 61 | 301 | 56 | 43 |
| Binary | 110000 | 1110000 | 10000010 | 111111 | 1110 | 0 | 110001 | 11000001 | 101110 | 100011 |
Color Harmonies of #307082
Complementary color
Monochromatic Colors of #307082
Black with #307082
Text Example
Text Example
White with #307082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307082; }
p { color: rgb(48,112,130); }
H1.HeaderClassName
{
color: #307082;
}
.AnyTagClassName
{
color: #307082;
}
</style>
background-color css
<style>
a { background-color: #307082; }
a { background-color: rgb(48,112,130); }
div.DivClassName
{
background-color: #307082;
}
.BgClassName
{
background-color: #307082;
}
</style>
border-color css
<style>
span { border-color: #307082; }
span { border-color: rgb(48,112,130); }
td.TdClassName
{
border-color: #307082;
}
.TagClassName
{
border-color: #307082;
}
</style>