Shades of Astral #307788
Tints of Astral #307788
RGB
CMYK
RGB Variations
Color information
#307788 (or 0x307788) is known color: Astral. HEX triplet: 30, 77 and 88. RGB value is (48,119,136). Sum of RGB (Red+Green+Blue) = 48+119+136=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #307788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307788 is #CF8877. Grayscale: #636363. Windows color (decimal): -13600888 or 8943408. OLE color: 8943408.
HSL color Cylindrical-coordinate representation of color #307788: hue angle of 191.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307788 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 119 | 136 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.47 |
| HSL | 191.59º | 0.48% | 0.36% | - |
| HSV(B) | 191.59º | 0.65% | 0.53% | - |
| XYZ | 12.26 | 15.6 | 25.66 | - |
| YUV | 99.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 136 | 0.65 | 0.12 | 0 | 0.47 | 191.59 | 0.48 | 0.36 |
| Hex | 30 | 77 | 88 | 41 | C | 0 | 2F | C0 | 30 | 24 |
| Octal | 60 | 167 | 210 | 101 | 14 | 0 | 57 | 300 | 60 | 44 |
| Binary | 110000 | 1110111 | 10001000 | 1000001 | 1100 | 0 | 101111 | 11000000 | 110000 | 100100 |
Color Harmonies of #307788
Complementary color
Monochromatic Colors of #307788
Black with #307788
Text Example
Text Example
White with #307788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307788; }
p { color: rgb(48,119,136); }
H1.HeaderClassName
{
color: #307788;
}
.AnyTagClassName
{
color: #307788;
}
</style>
background-color css
<style>
a { background-color: #307788; }
a { background-color: rgb(48,119,136); }
div.DivClassName
{
background-color: #307788;
}
.BgClassName
{
background-color: #307788;
}
</style>
border-color css
<style>
span { border-color: #307788; }
span { border-color: rgb(48,119,136); }
td.TdClassName
{
border-color: #307788;
}
.TagClassName
{
border-color: #307788;
}
</style>