Shades of Astral #307395
Tints of Astral #307395
RGB
CMYK
RGB Variations
Color information
#307395 (or 0x307395) is known color: Astral. HEX triplet: 30, 73 and 95. RGB value is (48,115,149). Sum of RGB (Red+Green+Blue) = 48+115+149=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #307395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307395 is #CF8C6A. Grayscale: #626262. Windows color (decimal): -13601899 or 9794352. OLE color: 9794352.
HSL color Cylindrical-coordinate representation of color #307395: hue angle of 200.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307395 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 115 | 149 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.42 |
| HSL | 200.2º | 0.51% | 0.39% | - |
| HSV(B) | 200.2º | 0.68% | 0.58% | - |
| XYZ | 12.77 | 15.06 | 30.67 | - |
| YUV | 98.84 | 156.3 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 149 | 0.68 | 0.23 | 0 | 0.42 | 200.2 | 0.51 | 0.39 |
| Hex | 30 | 73 | 95 | 44 | 17 | 0 | 2A | C8 | 33 | 27 |
| Octal | 60 | 163 | 225 | 104 | 27 | 0 | 52 | 310 | 63 | 47 |
| Binary | 110000 | 1110011 | 10010101 | 1000100 | 10111 | 0 | 101010 | 11001000 | 110011 | 100111 |
Color Harmonies of #307395
Complementary color
Monochromatic Colors of #307395
Black with #307395
Text Example
Text Example
White with #307395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307395; }
p { color: rgb(48,115,149); }
H1.HeaderClassName
{
color: #307395;
}
.AnyTagClassName
{
color: #307395;
}
</style>
background-color css
<style>
a { background-color: #307395; }
a { background-color: rgb(48,115,149); }
div.DivClassName
{
background-color: #307395;
}
.BgClassName
{
background-color: #307395;
}
</style>
border-color css
<style>
span { border-color: #307395; }
span { border-color: rgb(48,115,149); }
td.TdClassName
{
border-color: #307395;
}
.TagClassName
{
border-color: #307395;
}
</style>