Shades of Spectra #30584E
Tints of Spectra #30584E
RGB
CMYK
RGB Variations
Color information
#30584E (or 0x30584E) is known color: Spectra. HEX triplet: 30, 58 and 4E. RGB value is (48,88,78). Sum of RGB (Red+Green+Blue) = 48+88+78=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #30584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30584E is #CFA7B1. Grayscale: #4A4A4A. Windows color (decimal): -13608882 or 5134384. OLE color: 5134384.
HSL color Cylindrical-coordinate representation of color #30584E: hue angle of 165º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30584E is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 88 | 78 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.65 |
| HSL | 165º | 0.29% | 0.27% | - |
| HSV(B) | 165º | 0.45% | 0.35% | - |
| XYZ | 6.08 | 8.16 | 8.46 | - |
| YUV | 74.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 78 | 0.45 | 0 | 0.11 | 0.65 | 165 | 0.29 | 0.27 |
| Hex | 30 | 58 | 4E | 2D | 0 | B | 41 | A5 | 1D | 1B |
| Octal | 60 | 130 | 116 | 55 | 0 | 13 | 101 | 245 | 35 | 33 |
| Binary | 110000 | 1011000 | 1001110 | 101101 | 0 | 1011 | 1000001 | 10100101 | 11101 | 11011 |
Color Harmonies of #30584E
Complementary color
Monochromatic Colors of #30584E
Black with #30584E
Text Example
Text Example
White with #30584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30584E; }
p { color: rgb(48,88,78); }
H1.HeaderClassName
{
color: #30584E;
}
.AnyTagClassName
{
color: #30584E;
}
</style>
background-color css
<style>
a { background-color: #30584E; }
a { background-color: rgb(48,88,78); }
div.DivClassName
{
background-color: #30584E;
}
.BgClassName
{
background-color: #30584E;
}
</style>
border-color css
<style>
span { border-color: #30584E; }
span { border-color: rgb(48,88,78); }
td.TdClassName
{
border-color: #30584E;
}
.TagClassName
{
border-color: #30584E;
}
</style>