Shades of Spectra #33614E
Tints of Spectra #33614E
RGB
CMYK
RGB Variations
Color information
#33614E (or 0x33614E) is known color: Spectra. HEX triplet: 33, 61 and 4E. RGB value is (51,97,78). Sum of RGB (Red+Green+Blue) = 51+97+78=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #33614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33614E is #CC9EB1. Grayscale: #515151. Windows color (decimal): -13409970 or 5136691. OLE color: 5136691.
HSL color Cylindrical-coordinate representation of color #33614E: hue angle of 155.22º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33614E is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 97 | 78 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.62 |
| HSL | 155.22º | 0.31% | 0.29% | - |
| HSV(B) | 155.22º | 0.47% | 0.38% | - |
| XYZ | 7.02 | 9.8 | 8.73 | - |
| YUV | 81.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 78 | 0.47 | 0 | 0.20 | 0.62 | 155.22 | 0.31 | 0.29 |
| Hex | 33 | 61 | 4E | 2F | 0 | 14 | 3E | 9B | 1F | 1D |
| Octal | 63 | 141 | 116 | 57 | 0 | 24 | 76 | 233 | 37 | 35 |
| Binary | 110011 | 1100001 | 1001110 | 101111 | 0 | 10100 | 111110 | 10011011 | 11111 | 11101 |
Color Harmonies of #33614E
Complementary color
Monochromatic Colors of #33614E
Black with #33614E
Text Example
Text Example
White with #33614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33614E; }
p { color: rgb(51,97,78); }
H1.HeaderClassName
{
color: #33614E;
}
.AnyTagClassName
{
color: #33614E;
}
</style>
background-color css
<style>
a { background-color: #33614E; }
a { background-color: rgb(51,97,78); }
div.DivClassName
{
background-color: #33614E;
}
.BgClassName
{
background-color: #33614E;
}
</style>
border-color css
<style>
span { border-color: #33614E; }
span { border-color: rgb(51,97,78); }
td.TdClassName
{
border-color: #33614E;
}
.TagClassName
{
border-color: #33614E;
}
</style>