Shades of Astral #30687D
Tints of Astral #30687D
RGB
CMYK
RGB Variations
Color information
#30687D (or 0x30687D) is known color: Astral. HEX triplet: 30, 68 and 7D. RGB value is (48,104,125). Sum of RGB (Red+Green+Blue) = 48+104+125=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #30687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30687D is #CF9782. Grayscale: #595959. Windows color (decimal): -13604739 or 8218672. OLE color: 8218672.
HSL color Cylindrical-coordinate representation of color #30687D: hue angle of 196.36º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30687D is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 104 | 125 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.51 |
| HSL | 196.36º | 0.45% | 0.34% | - |
| HSV(B) | 196.36º | 0.62% | 0.49% | - |
| XYZ | 9.87 | 12.01 | 21.2 | - |
| YUV | 89.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 125 | 0.62 | 0.17 | 0 | 0.51 | 196.36 | 0.45 | 0.34 |
| Hex | 30 | 68 | 7D | 3E | 11 | 0 | 33 | C4 | 2D | 22 |
| Octal | 60 | 150 | 175 | 76 | 21 | 0 | 63 | 304 | 55 | 42 |
| Binary | 110000 | 1101000 | 1111101 | 111110 | 10001 | 0 | 110011 | 11000100 | 101101 | 100010 |
Color Harmonies of #30687D
Complementary color
Monochromatic Colors of #30687D
Black with #30687D
Text Example
Text Example
White with #30687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30687D; }
p { color: rgb(48,104,125); }
H1.HeaderClassName
{
color: #30687D;
}
.AnyTagClassName
{
color: #30687D;
}
</style>
background-color css
<style>
a { background-color: #30687D; }
a { background-color: rgb(48,104,125); }
div.DivClassName
{
background-color: #30687D;
}
.BgClassName
{
background-color: #30687D;
}
</style>
border-color css
<style>
span { border-color: #30687D; }
span { border-color: rgb(48,104,125); }
td.TdClassName
{
border-color: #30687D;
}
.TagClassName
{
border-color: #30687D;
}
</style>