Shades of Astral #307588
Tints of Astral #307588
RGB
CMYK
RGB Variations
Color information
#307588 (or 0x307588) is known color: Astral. HEX triplet: 30, 75 and 88. RGB value is (48,117,136). Sum of RGB (Red+Green+Blue) = 48+117+136=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #307588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307588 is #CF8A77. Grayscale: #626262. Windows color (decimal): -13601400 or 8942896. OLE color: 8942896.
HSL color Cylindrical-coordinate representation of color #307588: hue angle of 192.95º 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 #307588 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 117 | 136 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.47 |
| HSL | 192.95º | 0.48% | 0.36% | - |
| HSV(B) | 192.95º | 0.65% | 0.53% | - |
| XYZ | 12.02 | 15.13 | 25.58 | - |
| YUV | 98.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 136 | 0.65 | 0.14 | 0 | 0.47 | 192.95 | 0.48 | 0.36 |
| Hex | 30 | 75 | 88 | 41 | E | 0 | 2F | C1 | 30 | 24 |
| Octal | 60 | 165 | 210 | 101 | 16 | 0 | 57 | 301 | 60 | 44 |
| Binary | 110000 | 1110101 | 10001000 | 1000001 | 1110 | 0 | 101111 | 11000001 | 110000 | 100100 |
Color Harmonies of #307588
Complementary color
Monochromatic Colors of #307588
Black with #307588
Text Example
Text Example
White with #307588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307588; }
p { color: rgb(48,117,136); }
H1.HeaderClassName
{
color: #307588;
}
.AnyTagClassName
{
color: #307588;
}
</style>
background-color css
<style>
a { background-color: #307588; }
a { background-color: rgb(48,117,136); }
div.DivClassName
{
background-color: #307588;
}
.BgClassName
{
background-color: #307588;
}
</style>
border-color css
<style>
span { border-color: #307588; }
span { border-color: rgb(48,117,136); }
td.TdClassName
{
border-color: #307588;
}
.TagClassName
{
border-color: #307588;
}
</style>