Shades of Spectra #38584B
Tints of Spectra #38584B
RGB
CMYK
RGB Variations
Color information
#38584B (or 0x38584B) is known color: Spectra. HEX triplet: 38, 58 and 4B. RGB value is (56,88,75). Sum of RGB (Red+Green+Blue) = 56+88+75=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #38584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38584B is #C7A7B4. Grayscale: #4C4C4C. Windows color (decimal): -13084597 or 4937784. OLE color: 4937784.
HSL color Cylindrical-coordinate representation of color #38584B: hue angle of 155.62º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38584B is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 88 | 75 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.65 |
| HSL | 155.63º | 0.22% | 0.28% | - |
| HSV(B) | 155.63º | 0.36% | 0.35% | - |
| XYZ | 6.39 | 8.33 | 7.93 | - |
| YUV | 76.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 75 | 0.36 | 0 | 0.15 | 0.65 | 155.63 | 0.22 | 0.28 |
| Hex | 38 | 58 | 4B | 24 | 0 | F | 41 | 9C | 16 | 1C |
| Octal | 70 | 130 | 113 | 44 | 0 | 17 | 101 | 234 | 26 | 34 |
| Binary | 111000 | 1011000 | 1001011 | 100100 | 0 | 1111 | 1000001 | 10011100 | 10110 | 11100 |
Color Harmonies of #38584B
Complementary color
Monochromatic Colors of #38584B
Black with #38584B
Text Example
Text Example
White with #38584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38584B; }
p { color: rgb(56,88,75); }
H1.HeaderClassName
{
color: #38584B;
}
.AnyTagClassName
{
color: #38584B;
}
</style>
background-color css
<style>
a { background-color: #38584B; }
a { background-color: rgb(56,88,75); }
div.DivClassName
{
background-color: #38584B;
}
.BgClassName
{
background-color: #38584B;
}
</style>
border-color css
<style>
span { border-color: #38584B; }
span { border-color: rgb(56,88,75); }
td.TdClassName
{
border-color: #38584B;
}
.TagClassName
{
border-color: #38584B;
}
</style>