Shades of Astral #307E8D
Tints of Astral #307E8D
RGB
CMYK
RGB Variations
Color information
#307E8D (or 0x307E8D) is known color: Astral. HEX triplet: 30, 7E and 8D. RGB value is (48,126,141). Sum of RGB (Red+Green+Blue) = 48+126+141=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #307E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E8D is #CF8172. Grayscale: #686868. Windows color (decimal): -13599091 or 9272880. OLE color: 9272880.
HSL color Cylindrical-coordinate representation of color #307E8D: hue angle of 189.68º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #307E8D is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 126 | 141 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.45 |
| HSL | 189.68º | 0.49% | 0.37% | - |
| HSV(B) | 189.68º | 0.66% | 0.55% | - |
| XYZ | 13.49 | 17.47 | 27.86 | - |
| YUV | 104.39 | 148.66 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 141 | 0.66 | 0.11 | 0 | 0.45 | 189.68 | 0.49 | 0.37 |
| Hex | 30 | 7E | 8D | 42 | B | 0 | 2D | BE | 31 | 25 |
| Octal | 60 | 176 | 215 | 102 | 13 | 0 | 55 | 276 | 61 | 45 |
| Binary | 110000 | 1111110 | 10001101 | 1000010 | 1011 | 0 | 101101 | 10111110 | 110001 | 100101 |
Color Harmonies of #307E8D
Complementary color
Monochromatic Colors of #307E8D
Black with #307E8D
Text Example
Text Example
White with #307E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E8D; }
p { color: rgb(48,126,141); }
H1.HeaderClassName
{
color: #307E8D;
}
.AnyTagClassName
{
color: #307E8D;
}
</style>
background-color css
<style>
a { background-color: #307E8D; }
a { background-color: rgb(48,126,141); }
div.DivClassName
{
background-color: #307E8D;
}
.BgClassName
{
background-color: #307E8D;
}
</style>
border-color css
<style>
span { border-color: #307E8D; }
span { border-color: rgb(48,126,141); }
td.TdClassName
{
border-color: #307E8D;
}
.TagClassName
{
border-color: #307E8D;
}
</style>