Shades of Spectra #306853
Tints of Spectra #306853
RGB
CMYK
RGB Variations
Color information
#306853 (or 0x306853) is known color: Spectra. HEX triplet: 30, 68 and 53. RGB value is (48,104,83). Sum of RGB (Red+Green+Blue) = 48+104+83=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #306853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306853 is #CF97AC. Grayscale: #545454. Windows color (decimal): -13604781 or 5466160. OLE color: 5466160.
HSL color Cylindrical-coordinate representation of color #306853: hue angle of 157.5º 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 #306853 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 104 | 83 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.59 |
| HSL | 157.5º | 0.37% | 0.3% | - |
| HSV(B) | 157.5º | 0.54% | 0.41% | - |
| XYZ | 7.73 | 11.15 | 9.93 | - |
| YUV | 84.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 83 | 0.54 | 0 | 0.20 | 0.59 | 157.5 | 0.37 | 0.3 |
| Hex | 30 | 68 | 53 | 36 | 0 | 14 | 3B | 9E | 25 | 1E |
| Octal | 60 | 150 | 123 | 66 | 0 | 24 | 73 | 236 | 45 | 36 |
| Binary | 110000 | 1101000 | 1010011 | 110110 | 0 | 10100 | 111011 | 10011110 | 100101 | 11110 |
Color Harmonies of #306853
Complementary color
Monochromatic Colors of #306853
Black with #306853
Text Example
Text Example
White with #306853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306853; }
p { color: rgb(48,104,83); }
H1.HeaderClassName
{
color: #306853;
}
.AnyTagClassName
{
color: #306853;
}
</style>
background-color css
<style>
a { background-color: #306853; }
a { background-color: rgb(48,104,83); }
div.DivClassName
{
background-color: #306853;
}
.BgClassName
{
background-color: #306853;
}
</style>
border-color css
<style>
span { border-color: #306853; }
span { border-color: rgb(48,104,83); }
td.TdClassName
{
border-color: #306853;
}
.TagClassName
{
border-color: #306853;
}
</style>