Shades of Astral #30738D
Tints of Astral #30738D
RGB
CMYK
RGB Variations
Color information
#30738D (or 0x30738D) is known color: Astral. HEX triplet: 30, 73 and 8D. RGB value is (48,115,141). Sum of RGB (Red+Green+Blue) = 48+115+141=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #30738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30738D is #CF8C72. Grayscale: #616161. Windows color (decimal): -13601907 or 9270064. OLE color: 9270064.
HSL color Cylindrical-coordinate representation of color #30738D: hue angle of 196.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30738D is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 115 | 141 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.45 |
| HSL | 196.77º | 0.49% | 0.37% | - |
| HSV(B) | 196.77º | 0.66% | 0.55% | - |
| XYZ | 12.16 | 14.81 | 27.42 | - |
| YUV | 97.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 141 | 0.66 | 0.18 | 0 | 0.45 | 196.77 | 0.49 | 0.37 |
| Hex | 30 | 73 | 8D | 42 | 12 | 0 | 2D | C5 | 31 | 25 |
| Octal | 60 | 163 | 215 | 102 | 22 | 0 | 55 | 305 | 61 | 45 |
| Binary | 110000 | 1110011 | 10001101 | 1000010 | 10010 | 0 | 101101 | 11000101 | 110001 | 100101 |
Color Harmonies of #30738D
Complementary color
Monochromatic Colors of #30738D
Black with #30738D
Text Example
Text Example
White with #30738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30738D; }
p { color: rgb(48,115,141); }
H1.HeaderClassName
{
color: #30738D;
}
.AnyTagClassName
{
color: #30738D;
}
</style>
background-color css
<style>
a { background-color: #30738D; }
a { background-color: rgb(48,115,141); }
div.DivClassName
{
background-color: #30738D;
}
.BgClassName
{
background-color: #30738D;
}
</style>
border-color css
<style>
span { border-color: #30738D; }
span { border-color: rgb(48,115,141); }
td.TdClassName
{
border-color: #30738D;
}
.TagClassName
{
border-color: #30738D;
}
</style>