Shades of Astral #307180
Tints of Astral #307180
RGB
CMYK
RGB Variations
Color information
#307180 (or 0x307180) is known color: Astral. HEX triplet: 30, 71 and 80. RGB value is (48,113,128). Sum of RGB (Red+Green+Blue) = 48+113+128=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #307180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307180 is #CF8E7F. Grayscale: #5F5F5F. Windows color (decimal): -13602432 or 8417584. OLE color: 8417584.
HSL color Cylindrical-coordinate representation of color #307180: hue angle of 191.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307180 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 113 | 128 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.50 |
| HSL | 191.25º | 0.45% | 0.35% | - |
| HSV(B) | 191.25º | 0.63% | 0.5% | - |
| XYZ | 11.02 | 14 | 22.54 | - |
| YUV | 95.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 128 | 0.62 | 0.12 | 0 | 0.50 | 191.25 | 0.45 | 0.35 |
| Hex | 30 | 71 | 80 | 3E | C | 0 | 32 | BF | 2D | 23 |
| Octal | 60 | 161 | 200 | 76 | 14 | 0 | 62 | 277 | 55 | 43 |
| Binary | 110000 | 1110001 | 10000000 | 111110 | 1100 | 0 | 110010 | 10111111 | 101101 | 100011 |
Color Harmonies of #307180
Complementary color
Monochromatic Colors of #307180
Black with #307180
Text Example
Text Example
White with #307180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307180; }
p { color: rgb(48,113,128); }
H1.HeaderClassName
{
color: #307180;
}
.AnyTagClassName
{
color: #307180;
}
</style>
background-color css
<style>
a { background-color: #307180; }
a { background-color: rgb(48,113,128); }
div.DivClassName
{
background-color: #307180;
}
.BgClassName
{
background-color: #307180;
}
</style>
border-color css
<style>
span { border-color: #307180; }
span { border-color: rgb(48,113,128); }
td.TdClassName
{
border-color: #307180;
}
.TagClassName
{
border-color: #307180;
}
</style>