Shades of Salem #038247
Tints of Salem #038247
RGB
CMYK
RGB Variations
Color information
#038247 (or 0x038247) is known color: Salem. HEX triplet: 03, 82 and 47. RGB value is (3,130,71). Sum of RGB (Red+Green+Blue) = 3+130+71=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #038247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038247 is #FC7DB8. Grayscale: #555555. Windows color (decimal): -16547257 or 4686339. OLE color: 4686339.
HSL color Cylindrical-coordinate representation of color #038247: hue angle of 152.13º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038247 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 71 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.49 |
| HSL | 152.13º | 0.95% | 0.26% | - |
| HSV(B) | 152.13º | 0.98% | 0.51% | - |
| XYZ | 9.16 | 16.44 | 8.65 | - |
| YUV | 85.3 | 119.92 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 71 | 0.98 | 0 | 0.45 | 0.49 | 152.13 | 0.95 | 0.26 |
| Hex | 3 | 82 | 47 | 62 | 0 | 2D | 31 | 98 | 5F | 1A |
| Octal | 3 | 202 | 107 | 142 | 0 | 55 | 61 | 230 | 137 | 32 |
| Binary | 11 | 10000010 | 1000111 | 1100010 | 0 | 101101 | 110001 | 10011000 | 1011111 | 11010 |
Color Harmonies of #038247
Complementary color
Monochromatic Colors of #038247
Black with #038247
Text Example
Text Example
White with #038247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038247; }
p { color: rgb(3,130,71); }
H1.HeaderClassName
{
color: #038247;
}
.AnyTagClassName
{
color: #038247;
}
</style>
background-color css
<style>
a { background-color: #038247; }
a { background-color: rgb(3,130,71); }
div.DivClassName
{
background-color: #038247;
}
.BgClassName
{
background-color: #038247;
}
</style>
border-color css
<style>
span { border-color: #038247; }
span { border-color: rgb(3,130,71); }
td.TdClassName
{
border-color: #038247;
}
.TagClassName
{
border-color: #038247;
}
</style>