Shades of Astral #30768B
Tints of Astral #30768B
RGB
CMYK
RGB Variations
Color information
#30768B (or 0x30768B) is known color: Astral. HEX triplet: 30, 76 and 8B. RGB value is (48,118,139). Sum of RGB (Red+Green+Blue) = 48+118+139=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #30768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30768B is #CF8974. Grayscale: #636363. Windows color (decimal): -13601141 or 9139760. OLE color: 9139760.
HSL color Cylindrical-coordinate representation of color #30768B: hue angle of 193.85º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30768B is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 118 | 139 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.45 |
| HSL | 193.85º | 0.49% | 0.37% | - |
| HSV(B) | 193.85º | 0.65% | 0.55% | - |
| XYZ | 12.36 | 15.45 | 26.76 | - |
| YUV | 99.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 139 | 0.65 | 0.15 | 0 | 0.45 | 193.85 | 0.49 | 0.37 |
| Hex | 30 | 76 | 8B | 41 | F | 0 | 2D | C2 | 31 | 25 |
| Octal | 60 | 166 | 213 | 101 | 17 | 0 | 55 | 302 | 61 | 45 |
| Binary | 110000 | 1110110 | 10001011 | 1000001 | 1111 | 0 | 101101 | 11000010 | 110001 | 100101 |
Color Harmonies of #30768B
Complementary color
Monochromatic Colors of #30768B
Black with #30768B
Text Example
Text Example
White with #30768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30768B; }
p { color: rgb(48,118,139); }
H1.HeaderClassName
{
color: #30768B;
}
.AnyTagClassName
{
color: #30768B;
}
</style>
background-color css
<style>
a { background-color: #30768B; }
a { background-color: rgb(48,118,139); }
div.DivClassName
{
background-color: #30768B;
}
.BgClassName
{
background-color: #30768B;
}
</style>
border-color css
<style>
span { border-color: #30768B; }
span { border-color: rgb(48,118,139); }
td.TdClassName
{
border-color: #30768B;
}
.TagClassName
{
border-color: #30768B;
}
</style>