Shades of Astral #307B91
Tints of Astral #307B91
RGB
CMYK
RGB Variations
Color information
#307B91 (or 0x307B91) is known color: Astral. HEX triplet: 30, 7B and 91. RGB value is (48,123,145). Sum of RGB (Red+Green+Blue) = 48+123+145=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #307B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B91 is #CF846E. Grayscale: #666666. Windows color (decimal): -13599855 or 9534256. OLE color: 9534256.
HSL color Cylindrical-coordinate representation of color #307B91: hue angle of 193.61º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307B91 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 123 | 145 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.43 |
| HSL | 193.61º | 0.5% | 0.38% | - |
| HSV(B) | 193.61º | 0.67% | 0.57% | - |
| XYZ | 13.41 | 16.84 | 29.33 | - |
| YUV | 103.08 | 151.65 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 145 | 0.67 | 0.15 | 0 | 0.43 | 193.61 | 0.5 | 0.38 |
| Hex | 30 | 7B | 91 | 43 | F | 0 | 2B | C2 | 32 | 26 |
| Octal | 60 | 173 | 221 | 103 | 17 | 0 | 53 | 302 | 62 | 46 |
| Binary | 110000 | 1111011 | 10010001 | 1000011 | 1111 | 0 | 101011 | 11000010 | 110010 | 100110 |
Color Harmonies of #307B91
Complementary color
Monochromatic Colors of #307B91
Black with #307B91
Text Example
Text Example
White with #307B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307B91; }
p { color: rgb(48,123,145); }
H1.HeaderClassName
{
color: #307B91;
}
.AnyTagClassName
{
color: #307B91;
}
</style>
background-color css
<style>
a { background-color: #307B91; }
a { background-color: rgb(48,123,145); }
div.DivClassName
{
background-color: #307B91;
}
.BgClassName
{
background-color: #307B91;
}
</style>
border-color css
<style>
span { border-color: #307B91; }
span { border-color: rgb(48,123,145); }
td.TdClassName
{
border-color: #307B91;
}
.TagClassName
{
border-color: #307B91;
}
</style>