Shades of Spectra #30674F
Tints of Spectra #30674F
RGB
CMYK
RGB Variations
Color information
#30674F (or 0x30674F) is known color: Spectra. HEX triplet: 30, 67 and 4F. RGB value is (48,103,79). Sum of RGB (Red+Green+Blue) = 48+103+79=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 103 - color contains mainly: green. Hex color #30674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30674F is #CF98B0. Grayscale: #535353. Windows color (decimal): -13605041 or 5203760. OLE color: 5203760.
HSL color Cylindrical-coordinate representation of color #30674F: hue angle of 153.82º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30674F is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 103 | 79 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.60 |
| HSL | 153.82º | 0.36% | 0.3% | - |
| HSV(B) | 153.82º | 0.53% | 0.4% | - |
| XYZ | 7.48 | 10.89 | 9.11 | - |
| YUV | 83.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 79 | 0.53 | 0 | 0.23 | 0.60 | 153.82 | 0.36 | 0.3 |
| Hex | 30 | 67 | 4F | 35 | 0 | 17 | 3C | 9A | 24 | 1E |
| Octal | 60 | 147 | 117 | 65 | 0 | 27 | 74 | 232 | 44 | 36 |
| Binary | 110000 | 1100111 | 1001111 | 110101 | 0 | 10111 | 111100 | 10011010 | 100100 | 11110 |
Color Harmonies of #30674F
Complementary color
Monochromatic Colors of #30674F
Black with #30674F
Text Example
Text Example
White with #30674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30674F; }
p { color: rgb(48,103,79); }
H1.HeaderClassName
{
color: #30674F;
}
.AnyTagClassName
{
color: #30674F;
}
</style>
background-color css
<style>
a { background-color: #30674F; }
a { background-color: rgb(48,103,79); }
div.DivClassName
{
background-color: #30674F;
}
.BgClassName
{
background-color: #30674F;
}
</style>
border-color css
<style>
span { border-color: #30674F; }
span { border-color: rgb(48,103,79); }
td.TdClassName
{
border-color: #30674F;
}
.TagClassName
{
border-color: #30674F;
}
</style>