Shades of Astral #30738F
Tints of Astral #30738F
RGB
CMYK
RGB Variations
Color information
#30738F (or 0x30738F) is known color: Astral. HEX triplet: 30, 73 and 8F. RGB value is (48,115,143). Sum of RGB (Red+Green+Blue) = 48+115+143=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #30738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30738F is #CF8C70. Grayscale: #616161. Windows color (decimal): -13601905 or 9401136. OLE color: 9401136.
HSL color Cylindrical-coordinate representation of color #30738F: hue angle of 197.68º 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 #30738F is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 115 | 143 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.44 |
| HSL | 197.68º | 0.5% | 0.37% | - |
| HSV(B) | 197.68º | 0.66% | 0.56% | - |
| XYZ | 12.31 | 14.87 | 28.21 | - |
| YUV | 98.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 143 | 0.66 | 0.20 | 0 | 0.44 | 197.68 | 0.5 | 0.37 |
| Hex | 30 | 73 | 8F | 42 | 14 | 0 | 2C | C6 | 32 | 25 |
| Octal | 60 | 163 | 217 | 102 | 24 | 0 | 54 | 306 | 62 | 45 |
| Binary | 110000 | 1110011 | 10001111 | 1000010 | 10100 | 0 | 101100 | 11000110 | 110010 | 100101 |
Color Harmonies of #30738F
Complementary color
Monochromatic Colors of #30738F
Black with #30738F
Text Example
Text Example
White with #30738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30738F; }
p { color: rgb(48,115,143); }
H1.HeaderClassName
{
color: #30738F;
}
.AnyTagClassName
{
color: #30738F;
}
</style>
background-color css
<style>
a { background-color: #30738F; }
a { background-color: rgb(48,115,143); }
div.DivClassName
{
background-color: #30738F;
}
.BgClassName
{
background-color: #30738F;
}
</style>
border-color css
<style>
span { border-color: #30738F; }
span { border-color: rgb(48,115,143); }
td.TdClassName
{
border-color: #30738F;
}
.TagClassName
{
border-color: #30738F;
}
</style>