Shades of Astral #30698A
Tints of Astral #30698A
RGB
CMYK
RGB Variations
Color information
#30698A (or 0x30698A) is known color: Astral. HEX triplet: 30, 69 and 8A. RGB value is (48,105,138). Sum of RGB (Red+Green+Blue) = 48+105+138=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #30698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30698A is #CF9675. Grayscale: #5B5B5B. Windows color (decimal): -13604470 or 9070896. OLE color: 9070896.
HSL color Cylindrical-coordinate representation of color #30698A: hue angle of 202º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30698A is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 105 | 138 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.46 |
| HSL | 202º | 0.48% | 0.36% | - |
| HSV(B) | 202º | 0.65% | 0.54% | - |
| XYZ | 10.86 | 12.57 | 25.9 | - |
| YUV | 91.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 138 | 0.65 | 0.24 | 0 | 0.46 | 202 | 0.48 | 0.36 |
| Hex | 30 | 69 | 8A | 41 | 18 | 0 | 2E | CA | 30 | 24 |
| Octal | 60 | 151 | 212 | 101 | 30 | 0 | 56 | 312 | 60 | 44 |
| Binary | 110000 | 1101001 | 10001010 | 1000001 | 11000 | 0 | 101110 | 11001010 | 110000 | 100100 |
Color Harmonies of #30698A
Complementary color
Monochromatic Colors of #30698A
Black with #30698A
Text Example
Text Example
White with #30698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30698A; }
p { color: rgb(48,105,138); }
H1.HeaderClassName
{
color: #30698A;
}
.AnyTagClassName
{
color: #30698A;
}
</style>
background-color css
<style>
a { background-color: #30698A; }
a { background-color: rgb(48,105,138); }
div.DivClassName
{
background-color: #30698A;
}
.BgClassName
{
background-color: #30698A;
}
</style>
border-color css
<style>
span { border-color: #30698A; }
span { border-color: rgb(48,105,138); }
td.TdClassName
{
border-color: #30698A;
}
.TagClassName
{
border-color: #30698A;
}
</style>