Shades of Astral #307D8F
Tints of Astral #307D8F
RGB
CMYK
RGB Variations
Color information
#307D8F (or 0x307D8F) is known color: Astral. HEX triplet: 30, 7D and 8F. RGB value is (48,125,143). Sum of RGB (Red+Green+Blue) = 48+125+143=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #307D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D8F is #CF8270. Grayscale: #676767. Windows color (decimal): -13599345 or 9403696. OLE color: 9403696.
HSL color Cylindrical-coordinate representation of color #307D8F: hue angle of 191.37º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #307D8F is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 125 | 143 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.44 |
| HSL | 191.37º | 0.5% | 0.37% | - |
| HSV(B) | 191.37º | 0.66% | 0.56% | - |
| XYZ | 13.51 | 17.28 | 28.61 | - |
| YUV | 104.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 143 | 0.66 | 0.13 | 0 | 0.44 | 191.37 | 0.5 | 0.37 |
| Hex | 30 | 7D | 8F | 42 | D | 0 | 2C | BF | 32 | 25 |
| Octal | 60 | 175 | 217 | 102 | 15 | 0 | 54 | 277 | 62 | 45 |
| Binary | 110000 | 1111101 | 10001111 | 1000010 | 1101 | 0 | 101100 | 10111111 | 110010 | 100101 |
Color Harmonies of #307D8F
Complementary color
Monochromatic Colors of #307D8F
Black with #307D8F
Text Example
Text Example
White with #307D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D8F; }
p { color: rgb(48,125,143); }
H1.HeaderClassName
{
color: #307D8F;
}
.AnyTagClassName
{
color: #307D8F;
}
</style>
background-color css
<style>
a { background-color: #307D8F; }
a { background-color: rgb(48,125,143); }
div.DivClassName
{
background-color: #307D8F;
}
.BgClassName
{
background-color: #307D8F;
}
</style>
border-color css
<style>
span { border-color: #307D8F; }
span { border-color: rgb(48,125,143); }
td.TdClassName
{
border-color: #307D8F;
}
.TagClassName
{
border-color: #307D8F;
}
</style>