Shades of Astral #307A8A
Tints of Astral #307A8A
RGB
CMYK
RGB Variations
Color information
#307A8A (or 0x307A8A) is known color: Astral. HEX triplet: 30, 7A and 8A. RGB value is (48,122,138). Sum of RGB (Red+Green+Blue) = 48+122+138=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #307A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A8A is #CF8575. Grayscale: #656565. Windows color (decimal): -13600118 or 9075248. OLE color: 9075248.
HSL color Cylindrical-coordinate representation of color #307A8A: hue angle of 190.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307A8A is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 122 | 138 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.46 |
| HSL | 190.67º | 0.48% | 0.36% | - |
| HSV(B) | 190.67º | 0.65% | 0.54% | - |
| XYZ | 12.77 | 16.38 | 26.53 | - |
| YUV | 101.7 | 148.48 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 138 | 0.65 | 0.12 | 0 | 0.46 | 190.67 | 0.48 | 0.36 |
| Hex | 30 | 7A | 8A | 41 | C | 0 | 2E | BF | 30 | 24 |
| Octal | 60 | 172 | 212 | 101 | 14 | 0 | 56 | 277 | 60 | 44 |
| Binary | 110000 | 1111010 | 10001010 | 1000001 | 1100 | 0 | 101110 | 10111111 | 110000 | 100100 |
Color Harmonies of #307A8A
Complementary color
Monochromatic Colors of #307A8A
Black with #307A8A
Text Example
Text Example
White with #307A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A8A; }
p { color: rgb(48,122,138); }
H1.HeaderClassName
{
color: #307A8A;
}
.AnyTagClassName
{
color: #307A8A;
}
</style>
background-color css
<style>
a { background-color: #307A8A; }
a { background-color: rgb(48,122,138); }
div.DivClassName
{
background-color: #307A8A;
}
.BgClassName
{
background-color: #307A8A;
}
</style>
border-color css
<style>
span { border-color: #307A8A; }
span { border-color: rgb(48,122,138); }
td.TdClassName
{
border-color: #307A8A;
}
.TagClassName
{
border-color: #307A8A;
}
</style>