Shades of Astral #307688
Tints of Astral #307688
RGB
CMYK
RGB Variations
Color information
#307688 (or 0x307688) is known color: Astral. HEX triplet: 30, 76 and 88. RGB value is (48,118,136). Sum of RGB (Red+Green+Blue) = 48+118+136=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #307688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307688 is #CF8977. Grayscale: #626262. Windows color (decimal): -13601144 or 8943152. OLE color: 8943152.
HSL color Cylindrical-coordinate representation of color #307688: hue angle of 192.27º 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 #307688 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 118 | 136 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.47 |
| HSL | 192.27º | 0.48% | 0.36% | - |
| HSV(B) | 192.27º | 0.65% | 0.53% | - |
| XYZ | 12.14 | 15.36 | 25.62 | - |
| YUV | 99.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 136 | 0.65 | 0.13 | 0 | 0.47 | 192.27 | 0.48 | 0.36 |
| Hex | 30 | 76 | 88 | 41 | D | 0 | 2F | C0 | 30 | 24 |
| Octal | 60 | 166 | 210 | 101 | 15 | 0 | 57 | 300 | 60 | 44 |
| Binary | 110000 | 1110110 | 10001000 | 1000001 | 1101 | 0 | 101111 | 11000000 | 110000 | 100100 |
Color Harmonies of #307688
Complementary color
Monochromatic Colors of #307688
Black with #307688
Text Example
Text Example
White with #307688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307688; }
p { color: rgb(48,118,136); }
H1.HeaderClassName
{
color: #307688;
}
.AnyTagClassName
{
color: #307688;
}
</style>
background-color css
<style>
a { background-color: #307688; }
a { background-color: rgb(48,118,136); }
div.DivClassName
{
background-color: #307688;
}
.BgClassName
{
background-color: #307688;
}
</style>
border-color css
<style>
span { border-color: #307688; }
span { border-color: rgb(48,118,136); }
td.TdClassName
{
border-color: #307688;
}
.TagClassName
{
border-color: #307688;
}
</style>