Shades of Spectra #30644B
Tints of Spectra #30644B
RGB
CMYK
RGB Variations
Color information
#30644B (or 0x30644B) is known color: Spectra. HEX triplet: 30, 64 and 4B. RGB value is (48,100,75). Sum of RGB (Red+Green+Blue) = 48+100+75=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #30644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30644B is #CF9BB4. Grayscale: #515151. Windows color (decimal): -13605813 or 4940848. OLE color: 4940848.
HSL color Cylindrical-coordinate representation of color #30644B: hue angle of 151.15º 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 #30644B is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 100 | 75 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.61 |
| HSL | 151.15º | 0.35% | 0.29% | - |
| HSV(B) | 151.15º | 0.52% | 0.39% | - |
| XYZ | 7.05 | 10.25 | 8.26 | - |
| YUV | 81.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 75 | 0.52 | 0 | 0.25 | 0.61 | 151.15 | 0.35 | 0.29 |
| Hex | 30 | 64 | 4B | 34 | 0 | 19 | 3D | 97 | 23 | 1D |
| Octal | 60 | 144 | 113 | 64 | 0 | 31 | 75 | 227 | 43 | 35 |
| Binary | 110000 | 1100100 | 1001011 | 110100 | 0 | 11001 | 111101 | 10010111 | 100011 | 11101 |
Color Harmonies of #30644B
Complementary color
Monochromatic Colors of #30644B
Black with #30644B
Text Example
Text Example
White with #30644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30644B; }
p { color: rgb(48,100,75); }
H1.HeaderClassName
{
color: #30644B;
}
.AnyTagClassName
{
color: #30644B;
}
</style>
background-color css
<style>
a { background-color: #30644B; }
a { background-color: rgb(48,100,75); }
div.DivClassName
{
background-color: #30644B;
}
.BgClassName
{
background-color: #30644B;
}
</style>
border-color css
<style>
span { border-color: #30644B; }
span { border-color: rgb(48,100,75); }
td.TdClassName
{
border-color: #30644B;
}
.TagClassName
{
border-color: #30644B;
}
</style>