Shades of Astral #307C96
Tints of Astral #307C96
RGB
CMYK
RGB Variations
Color information
#307C96 (or 0x307C96) is known color: Astral. HEX triplet: 30, 7C and 96. RGB value is (48,124,150). Sum of RGB (Red+Green+Blue) = 48+124+150=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #307C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C96 is #CF8369. Grayscale: #686868. Windows color (decimal): -13599594 or 9862192. OLE color: 9862192.
HSL color Cylindrical-coordinate representation of color #307C96: hue angle of 195.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307C96 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 124 | 150 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.41 |
| HSL | 195.29º | 0.52% | 0.39% | - |
| HSV(B) | 195.29º | 0.68% | 0.59% | - |
| XYZ | 13.93 | 17.25 | 31.45 | - |
| YUV | 104.24 | 153.82 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 150 | 0.68 | 0.17 | 0 | 0.41 | 195.29 | 0.52 | 0.39 |
| Hex | 30 | 7C | 96 | 44 | 11 | 0 | 29 | C3 | 34 | 27 |
| Octal | 60 | 174 | 226 | 104 | 21 | 0 | 51 | 303 | 64 | 47 |
| Binary | 110000 | 1111100 | 10010110 | 1000100 | 10001 | 0 | 101001 | 11000011 | 110100 | 100111 |
Color Harmonies of #307C96
Complementary color
Monochromatic Colors of #307C96
Black with #307C96
Text Example
Text Example
White with #307C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C96; }
p { color: rgb(48,124,150); }
H1.HeaderClassName
{
color: #307C96;
}
.AnyTagClassName
{
color: #307C96;
}
</style>
background-color css
<style>
a { background-color: #307C96; }
a { background-color: rgb(48,124,150); }
div.DivClassName
{
background-color: #307C96;
}
.BgClassName
{
background-color: #307C96;
}
</style>
border-color css
<style>
span { border-color: #307C96; }
span { border-color: rgb(48,124,150); }
td.TdClassName
{
border-color: #307C96;
}
.TagClassName
{
border-color: #307C96;
}
</style>