Shades of Spectra #30604E
Tints of Spectra #30604E
RGB
CMYK
RGB Variations
Color information
#30604E (or 0x30604E) is known color: Spectra. HEX triplet: 30, 60 and 4E. RGB value is (48,96,78). Sum of RGB (Red+Green+Blue) = 48+96+78=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #30604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30604E is #CF9FB1. Grayscale: #4F4F4F. Windows color (decimal): -13606834 or 5136432. OLE color: 5136432.
HSL color Cylindrical-coordinate representation of color #30604E: hue angle of 157.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30604E is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 96 | 78 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.62 |
| HSL | 157.5º | 0.33% | 0.28% | - |
| HSV(B) | 157.5º | 0.5% | 0.38% | - |
| XYZ | 6.78 | 9.54 | 8.69 | - |
| YUV | 79.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 78 | 0.50 | 0 | 0.19 | 0.62 | 157.5 | 0.33 | 0.28 |
| Hex | 30 | 60 | 4E | 32 | 0 | 13 | 3E | 9E | 21 | 1C |
| Octal | 60 | 140 | 116 | 62 | 0 | 23 | 76 | 236 | 41 | 34 |
| Binary | 110000 | 1100000 | 1001110 | 110010 | 0 | 10011 | 111110 | 10011110 | 100001 | 11100 |
Color Harmonies of #30604E
Complementary color
Monochromatic Colors of #30604E
Black with #30604E
Text Example
Text Example
White with #30604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30604E; }
p { color: rgb(48,96,78); }
H1.HeaderClassName
{
color: #30604E;
}
.AnyTagClassName
{
color: #30604E;
}
</style>
background-color css
<style>
a { background-color: #30604E; }
a { background-color: rgb(48,96,78); }
div.DivClassName
{
background-color: #30604E;
}
.BgClassName
{
background-color: #30604E;
}
</style>
border-color css
<style>
span { border-color: #30604E; }
span { border-color: rgb(48,96,78); }
td.TdClassName
{
border-color: #30604E;
}
.TagClassName
{
border-color: #30604E;
}
</style>