Shades of Astral #307A88
Tints of Astral #307A88
RGB
CMYK
RGB Variations
Color information
#307A88 (or 0x307A88) is known color: Astral. HEX triplet: 30, 7A and 88. RGB value is (48,122,136). Sum of RGB (Red+Green+Blue) = 48+122+136=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #307A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A88 is #CF8577. Grayscale: #656565. Windows color (decimal): -13600120 or 8944176. OLE color: 8944176.
HSL color Cylindrical-coordinate representation of color #307A88: hue angle of 189.55º 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 #307A88 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 122 | 136 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.47 |
| HSL | 189.55º | 0.48% | 0.36% | - |
| HSV(B) | 189.55º | 0.65% | 0.53% | - |
| XYZ | 12.62 | 16.33 | 25.78 | - |
| YUV | 101.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 136 | 0.65 | 0.10 | 0 | 0.47 | 189.55 | 0.48 | 0.36 |
| Hex | 30 | 7A | 88 | 41 | A | 0 | 2F | BE | 30 | 24 |
| Octal | 60 | 172 | 210 | 101 | 12 | 0 | 57 | 276 | 60 | 44 |
| Binary | 110000 | 1111010 | 10001000 | 1000001 | 1010 | 0 | 101111 | 10111110 | 110000 | 100100 |
Color Harmonies of #307A88
Complementary color
Monochromatic Colors of #307A88
Black with #307A88
Text Example
Text Example
White with #307A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A88; }
p { color: rgb(48,122,136); }
H1.HeaderClassName
{
color: #307A88;
}
.AnyTagClassName
{
color: #307A88;
}
</style>
background-color css
<style>
a { background-color: #307A88; }
a { background-color: rgb(48,122,136); }
div.DivClassName
{
background-color: #307A88;
}
.BgClassName
{
background-color: #307A88;
}
</style>
border-color css
<style>
span { border-color: #307A88; }
span { border-color: rgb(48,122,136); }
td.TdClassName
{
border-color: #307A88;
}
.TagClassName
{
border-color: #307A88;
}
</style>