Shades of Astral #307992
Tints of Astral #307992
RGB
CMYK
RGB Variations
Color information
#307992 (or 0x307992) is known color: Astral. HEX triplet: 30, 79 and 92. RGB value is (48,121,146). Sum of RGB (Red+Green+Blue) = 48+121+146=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #307992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307992 is #CF866D. Grayscale: #656565. Windows color (decimal): -13600366 or 9599280. OLE color: 9599280.
HSL color Cylindrical-coordinate representation of color #307992: hue angle of 195.31º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307992 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 121 | 146 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.43 |
| HSL | 195.31º | 0.51% | 0.38% | - |
| HSV(B) | 195.31º | 0.67% | 0.57% | - |
| XYZ | 13.24 | 16.38 | 29.66 | - |
| YUV | 102.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 146 | 0.67 | 0.17 | 0 | 0.43 | 195.31 | 0.51 | 0.38 |
| Hex | 30 | 79 | 92 | 43 | 11 | 0 | 2B | C3 | 33 | 26 |
| Octal | 60 | 171 | 222 | 103 | 21 | 0 | 53 | 303 | 63 | 46 |
| Binary | 110000 | 1111001 | 10010010 | 1000011 | 10001 | 0 | 101011 | 11000011 | 110011 | 100110 |
Color Harmonies of #307992
Complementary color
Monochromatic Colors of #307992
Black with #307992
Text Example
Text Example
White with #307992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307992; }
p { color: rgb(48,121,146); }
H1.HeaderClassName
{
color: #307992;
}
.AnyTagClassName
{
color: #307992;
}
</style>
background-color css
<style>
a { background-color: #307992; }
a { background-color: rgb(48,121,146); }
div.DivClassName
{
background-color: #307992;
}
.BgClassName
{
background-color: #307992;
}
</style>
border-color css
<style>
span { border-color: #307992; }
span { border-color: rgb(48,121,146); }
td.TdClassName
{
border-color: #307992;
}
.TagClassName
{
border-color: #307992;
}
</style>