Shades of Astral #307785
Tints of Astral #307785
RGB
CMYK
RGB Variations
Color information
#307785 (or 0x307785) is known color: Astral. HEX triplet: 30, 77 and 85. RGB value is (48,119,133). Sum of RGB (Red+Green+Blue) = 48+119+133=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #307785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307785 is #CF887A. Grayscale: #636363. Windows color (decimal): -13600891 or 8746800. OLE color: 8746800.
HSL color Cylindrical-coordinate representation of color #307785: hue angle of 189.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307785 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 119 | 133 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.48 |
| HSL | 189.88º | 0.47% | 0.35% | - |
| HSV(B) | 189.88º | 0.64% | 0.52% | - |
| XYZ | 12.05 | 15.52 | 24.55 | - |
| YUV | 99.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 133 | 0.64 | 0.11 | 0 | 0.48 | 189.88 | 0.47 | 0.35 |
| Hex | 30 | 77 | 85 | 40 | B | 0 | 30 | BE | 2F | 23 |
| Octal | 60 | 167 | 205 | 100 | 13 | 0 | 60 | 276 | 57 | 43 |
| Binary | 110000 | 1110111 | 10000101 | 1000000 | 1011 | 0 | 110000 | 10111110 | 101111 | 100011 |
Color Harmonies of #307785
Complementary color
Monochromatic Colors of #307785
Black with #307785
Text Example
Text Example
White with #307785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307785; }
p { color: rgb(48,119,133); }
H1.HeaderClassName
{
color: #307785;
}
.AnyTagClassName
{
color: #307785;
}
</style>
background-color css
<style>
a { background-color: #307785; }
a { background-color: rgb(48,119,133); }
div.DivClassName
{
background-color: #307785;
}
.BgClassName
{
background-color: #307785;
}
</style>
border-color css
<style>
span { border-color: #307785; }
span { border-color: rgb(48,119,133); }
td.TdClassName
{
border-color: #307785;
}
.TagClassName
{
border-color: #307785;
}
</style>