Shades of Burnham #224138
Tints of Burnham #224138
RGB
CMYK
RGB Variations
Color information
#224138 (or 0x224138) is known color: Burnham. HEX triplet: 22, 41 and 38. RGB value is (34,65,56). Sum of RGB (Red+Green+Blue) = 34+65+56=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #224138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224138 is #DDBEC7. Grayscale: #363636. Windows color (decimal): -14532296 or 3686690. OLE color: 3686690.
HSL color Cylindrical-coordinate representation of color #224138: hue angle of 162.58º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #224138 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 65 | 56 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.75 |
| HSL | 162.58º | 0.31% | 0.19% | - |
| HSV(B) | 162.58º | 0.48% | 0.25% | - |
| XYZ | 3.26 | 4.41 | 4.42 | - |
| YUV | 54.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 56 | 0.48 | 0 | 0.14 | 0.75 | 162.58 | 0.31 | 0.19 |
| Hex | 22 | 41 | 38 | 30 | 0 | E | 4B | A3 | 1F | 13 |
| Octal | 42 | 101 | 70 | 60 | 0 | 16 | 113 | 243 | 37 | 23 |
| Binary | 100010 | 1000001 | 111000 | 110000 | 0 | 1110 | 1001011 | 10100011 | 11111 | 10011 |
Color Harmonies of #224138
Complementary color
Monochromatic Colors of #224138
Black with #224138
Text Example
Text Example
White with #224138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224138; }
p { color: rgb(34,65,56); }
H1.HeaderClassName
{
color: #224138;
}
.AnyTagClassName
{
color: #224138;
}
</style>
background-color css
<style>
a { background-color: #224138; }
a { background-color: rgb(34,65,56); }
div.DivClassName
{
background-color: #224138;
}
.BgClassName
{
background-color: #224138;
}
</style>
border-color css
<style>
span { border-color: #224138; }
span { border-color: rgb(34,65,56); }
td.TdClassName
{
border-color: #224138;
}
.TagClassName
{
border-color: #224138;
}
</style>