Shades of Astral #307B93
Tints of Astral #307B93
RGB
CMYK
RGB Variations
Color information
#307B93 (or 0x307B93) is known color: Astral. HEX triplet: 30, 7B and 93. RGB value is (48,123,147). Sum of RGB (Red+Green+Blue) = 48+123+147=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #307B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B93 is #CF846C. Grayscale: #676767. Windows color (decimal): -13599853 or 9665328. OLE color: 9665328.
HSL color Cylindrical-coordinate representation of color #307B93: hue angle of 194.55º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307B93 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 123 | 147 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.42 |
| HSL | 194.55º | 0.51% | 0.38% | - |
| HSV(B) | 194.55º | 0.67% | 0.58% | - |
| XYZ | 13.57 | 16.9 | 30.15 | - |
| YUV | 103.31 | 152.65 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 147 | 0.67 | 0.16 | 0 | 0.42 | 194.55 | 0.51 | 0.38 |
| Hex | 30 | 7B | 93 | 43 | 10 | 0 | 2A | C3 | 33 | 26 |
| Octal | 60 | 173 | 223 | 103 | 20 | 0 | 52 | 303 | 63 | 46 |
| Binary | 110000 | 1111011 | 10010011 | 1000011 | 10000 | 0 | 101010 | 11000011 | 110011 | 100110 |
Color Harmonies of #307B93
Complementary color
Monochromatic Colors of #307B93
Black with #307B93
Text Example
Text Example
White with #307B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307B93; }
p { color: rgb(48,123,147); }
H1.HeaderClassName
{
color: #307B93;
}
.AnyTagClassName
{
color: #307B93;
}
</style>
background-color css
<style>
a { background-color: #307B93; }
a { background-color: rgb(48,123,147); }
div.DivClassName
{
background-color: #307B93;
}
.BgClassName
{
background-color: #307B93;
}
</style>
border-color css
<style>
span { border-color: #307B93; }
span { border-color: rgb(48,123,147); }
td.TdClassName
{
border-color: #307B93;
}
.TagClassName
{
border-color: #307B93;
}
</style>