Shades of Spectra #30694E
Tints of Spectra #30694E
RGB
CMYK
RGB Variations
Color information
#30694E (or 0x30694E) is known color: Spectra. HEX triplet: 30, 69 and 4E. RGB value is (48,105,78). Sum of RGB (Red+Green+Blue) = 48+105+78=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #30694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30694E is #CF96B1. Grayscale: #545454. Windows color (decimal): -13604530 or 5138736. OLE color: 5138736.
HSL color Cylindrical-coordinate representation of color #30694E: hue angle of 151.58º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30694E is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 105 | 78 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.59 |
| HSL | 151.58º | 0.37% | 0.3% | - |
| HSV(B) | 151.58º | 0.54% | 0.41% | - |
| XYZ | 7.65 | 11.28 | 8.98 | - |
| YUV | 84.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 78 | 0.54 | 0 | 0.26 | 0.59 | 151.58 | 0.37 | 0.3 |
| Hex | 30 | 69 | 4E | 36 | 0 | 1A | 3B | 98 | 25 | 1E |
| Octal | 60 | 151 | 116 | 66 | 0 | 32 | 73 | 230 | 45 | 36 |
| Binary | 110000 | 1101001 | 1001110 | 110110 | 0 | 11010 | 111011 | 10011000 | 100101 | 11110 |
Color Harmonies of #30694E
Complementary color
Monochromatic Colors of #30694E
Black with #30694E
Text Example
Text Example
White with #30694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30694E; }
p { color: rgb(48,105,78); }
H1.HeaderClassName
{
color: #30694E;
}
.AnyTagClassName
{
color: #30694E;
}
</style>
background-color css
<style>
a { background-color: #30694E; }
a { background-color: rgb(48,105,78); }
div.DivClassName
{
background-color: #30694E;
}
.BgClassName
{
background-color: #30694E;
}
</style>
border-color css
<style>
span { border-color: #30694E; }
span { border-color: rgb(48,105,78); }
td.TdClassName
{
border-color: #30694E;
}
.TagClassName
{
border-color: #30694E;
}
</style>