Shades of Astral #30738C
Tints of Astral #30738C
RGB
CMYK
RGB Variations
Color information
#30738C (or 0x30738C) is known color: Astral. HEX triplet: 30, 73 and 8C. RGB value is (48,115,140). Sum of RGB (Red+Green+Blue) = 48+115+140=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #30738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30738C is #CF8C73. Grayscale: #616161. Windows color (decimal): -13601908 or 9204528. OLE color: 9204528.
HSL color Cylindrical-coordinate representation of color #30738C: hue angle of 196.3º 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 #30738C is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 115 | 140 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.45 |
| HSL | 196.3º | 0.49% | 0.37% | - |
| HSV(B) | 196.3º | 0.66% | 0.55% | - |
| XYZ | 12.08 | 14.78 | 27.03 | - |
| YUV | 97.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 140 | 0.66 | 0.18 | 0 | 0.45 | 196.3 | 0.49 | 0.37 |
| Hex | 30 | 73 | 8C | 42 | 12 | 0 | 2D | C4 | 31 | 25 |
| Octal | 60 | 163 | 214 | 102 | 22 | 0 | 55 | 304 | 61 | 45 |
| Binary | 110000 | 1110011 | 10001100 | 1000010 | 10010 | 0 | 101101 | 11000100 | 110001 | 100101 |
Color Harmonies of #30738C
Complementary color
Monochromatic Colors of #30738C
Black with #30738C
Text Example
Text Example
White with #30738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30738C; }
p { color: rgb(48,115,140); }
H1.HeaderClassName
{
color: #30738C;
}
.AnyTagClassName
{
color: #30738C;
}
</style>
background-color css
<style>
a { background-color: #30738C; }
a { background-color: rgb(48,115,140); }
div.DivClassName
{
background-color: #30738C;
}
.BgClassName
{
background-color: #30738C;
}
</style>
border-color css
<style>
span { border-color: #30738C; }
span { border-color: rgb(48,115,140); }
td.TdClassName
{
border-color: #30738C;
}
.TagClassName
{
border-color: #30738C;
}
</style>