Shades of Astral #30698E
Tints of Astral #30698E
RGB
CMYK
RGB Variations
Color information
#30698E (or 0x30698E) is known color: Astral. HEX triplet: 30, 69 and 8E. RGB value is (48,105,142). Sum of RGB (Red+Green+Blue) = 48+105+142=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #30698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30698E is #CF9671. Grayscale: #5B5B5B. Windows color (decimal): -13604466 or 9333040. OLE color: 9333040.
HSL color Cylindrical-coordinate representation of color #30698E: hue angle of 203.62º degrees, saturation: 0.49, 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 #30698E is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 105 | 142 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.44 |
| HSL | 203.62º | 0.49% | 0.37% | - |
| HSV(B) | 203.62º | 0.66% | 0.56% | - |
| XYZ | 11.15 | 12.68 | 27.45 | - |
| YUV | 92.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 142 | 0.66 | 0.26 | 0 | 0.44 | 203.62 | 0.49 | 0.37 |
| Hex | 30 | 69 | 8E | 42 | 1A | 0 | 2C | CC | 31 | 25 |
| Octal | 60 | 151 | 216 | 102 | 32 | 0 | 54 | 314 | 61 | 45 |
| Binary | 110000 | 1101001 | 10001110 | 1000010 | 11010 | 0 | 101100 | 11001100 | 110001 | 100101 |
Color Harmonies of #30698E
Complementary color
Monochromatic Colors of #30698E
Black with #30698E
Text Example
Text Example
White with #30698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30698E; }
p { color: rgb(48,105,142); }
H1.HeaderClassName
{
color: #30698E;
}
.AnyTagClassName
{
color: #30698E;
}
</style>
background-color css
<style>
a { background-color: #30698E; }
a { background-color: rgb(48,105,142); }
div.DivClassName
{
background-color: #30698E;
}
.BgClassName
{
background-color: #30698E;
}
</style>
border-color css
<style>
span { border-color: #30698E; }
span { border-color: rgb(48,105,142); }
td.TdClassName
{
border-color: #30698E;
}
.TagClassName
{
border-color: #30698E;
}
</style>