Shades of Astral #307A8F
Tints of Astral #307A8F
RGB
CMYK
RGB Variations
Color information
#307A8F (or 0x307A8F) is known color: Astral. HEX triplet: 30, 7A and 8F. RGB value is (48,122,143). Sum of RGB (Red+Green+Blue) = 48+122+143=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #307A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A8F is #CF8570. Grayscale: #666666. Windows color (decimal): -13600113 or 9402928. OLE color: 9402928.
HSL color Cylindrical-coordinate representation of color #307A8F: hue angle of 193.26º 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 #307A8F is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 122 | 143 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.44 |
| HSL | 193.26º | 0.5% | 0.37% | - |
| HSV(B) | 193.26º | 0.66% | 0.56% | - |
| XYZ | 13.14 | 16.53 | 28.48 | - |
| YUV | 102.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 143 | 0.66 | 0.15 | 0 | 0.44 | 193.26 | 0.5 | 0.37 |
| Hex | 30 | 7A | 8F | 42 | F | 0 | 2C | C1 | 32 | 25 |
| Octal | 60 | 172 | 217 | 102 | 17 | 0 | 54 | 301 | 62 | 45 |
| Binary | 110000 | 1111010 | 10001111 | 1000010 | 1111 | 0 | 101100 | 11000001 | 110010 | 100101 |
Color Harmonies of #307A8F
Complementary color
Monochromatic Colors of #307A8F
Black with #307A8F
Text Example
Text Example
White with #307A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A8F; }
p { color: rgb(48,122,143); }
H1.HeaderClassName
{
color: #307A8F;
}
.AnyTagClassName
{
color: #307A8F;
}
</style>
background-color css
<style>
a { background-color: #307A8F; }
a { background-color: rgb(48,122,143); }
div.DivClassName
{
background-color: #307A8F;
}
.BgClassName
{
background-color: #307A8F;
}
</style>
border-color css
<style>
span { border-color: #307A8F; }
span { border-color: rgb(48,122,143); }
td.TdClassName
{
border-color: #307A8F;
}
.TagClassName
{
border-color: #307A8F;
}
</style>