Shades of Spectra #30644D
Tints of Spectra #30644D
RGB
CMYK
RGB Variations
Color information
#30644D (or 0x30644D) is known color: Spectra. HEX triplet: 30, 64 and 4D. RGB value is (48,100,77). Sum of RGB (Red+Green+Blue) = 48+100+77=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #30644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30644D is #CF9BB2. Grayscale: #515151. Windows color (decimal): -13605811 or 5071920. OLE color: 5071920.
HSL color Cylindrical-coordinate representation of color #30644D: hue angle of 153.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30644D is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 100 | 77 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.61 |
| HSL | 153.46º | 0.35% | 0.29% | - |
| HSV(B) | 153.46º | 0.52% | 0.39% | - |
| XYZ | 7.12 | 10.28 | 8.63 | - |
| YUV | 81.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 77 | 0.52 | 0 | 0.23 | 0.61 | 153.46 | 0.35 | 0.29 |
| Hex | 30 | 64 | 4D | 34 | 0 | 17 | 3D | 99 | 23 | 1D |
| Octal | 60 | 144 | 115 | 64 | 0 | 27 | 75 | 231 | 43 | 35 |
| Binary | 110000 | 1100100 | 1001101 | 110100 | 0 | 10111 | 111101 | 10011001 | 100011 | 11101 |
Color Harmonies of #30644D
Complementary color
Monochromatic Colors of #30644D
Black with #30644D
Text Example
Text Example
White with #30644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30644D; }
p { color: rgb(48,100,77); }
H1.HeaderClassName
{
color: #30644D;
}
.AnyTagClassName
{
color: #30644D;
}
</style>
background-color css
<style>
a { background-color: #30644D; }
a { background-color: rgb(48,100,77); }
div.DivClassName
{
background-color: #30644D;
}
.BgClassName
{
background-color: #30644D;
}
</style>
border-color css
<style>
span { border-color: #30644D; }
span { border-color: rgb(48,100,77); }
td.TdClassName
{
border-color: #30644D;
}
.TagClassName
{
border-color: #30644D;
}
</style>