Shades of Spectra #306852
Tints of Spectra #306852
RGB
CMYK
RGB Variations
Color information
#306852 (or 0x306852) is known color: Spectra. HEX triplet: 30, 68 and 52. RGB value is (48,104,82). Sum of RGB (Red+Green+Blue) = 48+104+82=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #306852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306852 is #CF97AD. Grayscale: #545454. Windows color (decimal): -13604782 or 5400624. OLE color: 5400624.
HSL color Cylindrical-coordinate representation of color #306852: hue angle of 156.43º 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 #306852 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 104 | 82 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.59 |
| HSL | 156.43º | 0.37% | 0.3% | - |
| HSV(B) | 156.43º | 0.54% | 0.41% | - |
| XYZ | 7.69 | 11.14 | 9.73 | - |
| YUV | 84.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 82 | 0.54 | 0 | 0.21 | 0.59 | 156.43 | 0.37 | 0.3 |
| Hex | 30 | 68 | 52 | 36 | 0 | 15 | 3B | 9C | 25 | 1E |
| Octal | 60 | 150 | 122 | 66 | 0 | 25 | 73 | 234 | 45 | 36 |
| Binary | 110000 | 1101000 | 1010010 | 110110 | 0 | 10101 | 111011 | 10011100 | 100101 | 11110 |
Color Harmonies of #306852
Complementary color
Monochromatic Colors of #306852
Black with #306852
Text Example
Text Example
White with #306852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306852; }
p { color: rgb(48,104,82); }
H1.HeaderClassName
{
color: #306852;
}
.AnyTagClassName
{
color: #306852;
}
</style>
background-color css
<style>
a { background-color: #306852; }
a { background-color: rgb(48,104,82); }
div.DivClassName
{
background-color: #306852;
}
.BgClassName
{
background-color: #306852;
}
</style>
border-color css
<style>
span { border-color: #306852; }
span { border-color: rgb(48,104,82); }
td.TdClassName
{
border-color: #306852;
}
.TagClassName
{
border-color: #306852;
}
</style>