Shades of Spectra #305C4D
Tints of Spectra #305C4D
RGB
CMYK
RGB Variations
Color information
#305C4D (or 0x305C4D) is known color: Spectra. HEX triplet: 30, 5C and 4D. RGB value is (48,92,77). Sum of RGB (Red+Green+Blue) = 48+92+77=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #305C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C4D is #CFA3B2. Grayscale: #4D4D4D. Windows color (decimal): -13607859 or 5069872. OLE color: 5069872.
HSL color Cylindrical-coordinate representation of color #305C4D: hue angle of 159.55º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305C4D is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 92 | 77 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.64 |
| HSL | 159.55º | 0.31% | 0.27% | - |
| HSV(B) | 159.55º | 0.48% | 0.36% | - |
| XYZ | 6.39 | 8.82 | 8.39 | - |
| YUV | 77.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 77 | 0.48 | 0 | 0.16 | 0.64 | 159.55 | 0.31 | 0.27 |
| Hex | 30 | 5C | 4D | 30 | 0 | 10 | 40 | A0 | 1F | 1B |
| Octal | 60 | 134 | 115 | 60 | 0 | 20 | 100 | 240 | 37 | 33 |
| Binary | 110000 | 1011100 | 1001101 | 110000 | 0 | 10000 | 1000000 | 10100000 | 11111 | 11011 |
Color Harmonies of #305C4D
Complementary color
Monochromatic Colors of #305C4D
Black with #305C4D
Text Example
Text Example
White with #305C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C4D; }
p { color: rgb(48,92,77); }
H1.HeaderClassName
{
color: #305C4D;
}
.AnyTagClassName
{
color: #305C4D;
}
</style>
background-color css
<style>
a { background-color: #305C4D; }
a { background-color: rgb(48,92,77); }
div.DivClassName
{
background-color: #305C4D;
}
.BgClassName
{
background-color: #305C4D;
}
</style>
border-color css
<style>
span { border-color: #305C4D; }
span { border-color: rgb(48,92,77); }
td.TdClassName
{
border-color: #305C4D;
}
.TagClassName
{
border-color: #305C4D;
}
</style>