Shades of Spectra #38594B
Tints of Spectra #38594B
RGB
CMYK
RGB Variations
Color information
#38594B (or 0x38594B) is known color: Spectra. HEX triplet: 38, 59 and 4B. RGB value is (56,89,75). Sum of RGB (Red+Green+Blue) = 56+89+75=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #38594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38594B is #C7A6B4. Grayscale: #4D4D4D. Windows color (decimal): -13084341 or 4938040. OLE color: 4938040.
HSL color Cylindrical-coordinate representation of color #38594B: hue angle of 154.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38594B is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 89 | 75 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.65 |
| HSL | 154.55º | 0.23% | 0.28% | - |
| HSV(B) | 154.55º | 0.37% | 0.35% | - |
| XYZ | 6.47 | 8.49 | 7.95 | - |
| YUV | 77.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 75 | 0.37 | 0 | 0.16 | 0.65 | 154.55 | 0.23 | 0.28 |
| Hex | 38 | 59 | 4B | 25 | 0 | 10 | 41 | 9B | 17 | 1C |
| Octal | 70 | 131 | 113 | 45 | 0 | 20 | 101 | 233 | 27 | 34 |
| Binary | 111000 | 1011001 | 1001011 | 100101 | 0 | 10000 | 1000001 | 10011011 | 10111 | 11100 |
Color Harmonies of #38594B
Complementary color
Monochromatic Colors of #38594B
Black with #38594B
Text Example
Text Example
White with #38594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38594B; }
p { color: rgb(56,89,75); }
H1.HeaderClassName
{
color: #38594B;
}
.AnyTagClassName
{
color: #38594B;
}
</style>
background-color css
<style>
a { background-color: #38594B; }
a { background-color: rgb(56,89,75); }
div.DivClassName
{
background-color: #38594B;
}
.BgClassName
{
background-color: #38594B;
}
</style>
border-color css
<style>
span { border-color: #38594B; }
span { border-color: rgb(56,89,75); }
td.TdClassName
{
border-color: #38594B;
}
.TagClassName
{
border-color: #38594B;
}
</style>