Shades of Astral #30688C
Tints of Astral #30688C
RGB
CMYK
RGB Variations
Color information
#30688C (or 0x30688C) is known color: Astral. HEX triplet: 30, 68 and 8C. RGB value is (48,104,140). Sum of RGB (Red+Green+Blue) = 48+104+140=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #30688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30688C is #CF9773. Grayscale: #5B5B5B. Windows color (decimal): -13604724 or 9201712. OLE color: 9201712.
HSL color Cylindrical-coordinate representation of color #30688C: hue angle of 203.48º 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 #30688C is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 104 | 140 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.45 |
| HSL | 203.48º | 0.49% | 0.37% | - |
| HSV(B) | 203.48º | 0.66% | 0.55% | - |
| XYZ | 10.9 | 12.42 | 26.63 | - |
| YUV | 91.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 140 | 0.66 | 0.26 | 0 | 0.45 | 203.48 | 0.49 | 0.37 |
| Hex | 30 | 68 | 8C | 42 | 1A | 0 | 2D | CB | 31 | 25 |
| Octal | 60 | 150 | 214 | 102 | 32 | 0 | 55 | 313 | 61 | 45 |
| Binary | 110000 | 1101000 | 10001100 | 1000010 | 11010 | 0 | 101101 | 11001011 | 110001 | 100101 |
Color Harmonies of #30688C
Complementary color
Monochromatic Colors of #30688C
Black with #30688C
Text Example
Text Example
White with #30688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30688C; }
p { color: rgb(48,104,140); }
H1.HeaderClassName
{
color: #30688C;
}
.AnyTagClassName
{
color: #30688C;
}
</style>
background-color css
<style>
a { background-color: #30688C; }
a { background-color: rgb(48,104,140); }
div.DivClassName
{
background-color: #30688C;
}
.BgClassName
{
background-color: #30688C;
}
</style>
border-color css
<style>
span { border-color: #30688C; }
span { border-color: rgb(48,104,140); }
td.TdClassName
{
border-color: #30688C;
}
.TagClassName
{
border-color: #30688C;
}
</style>