Shades of Burnham #22493C
Tints of Burnham #22493C
RGB
CMYK
RGB Variations
Color information
#22493C (or 0x22493C) is known color: Burnham. HEX triplet: 22, 49 and 3C. RGB value is (34,73,60). Sum of RGB (Red+Green+Blue) = 34+73+60=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #22493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22493C is #DDB6C3. Grayscale: #3B3B3B. Windows color (decimal): -14530244 or 3950882. OLE color: 3950882.
HSL color Cylindrical-coordinate representation of color #22493C: hue angle of 160º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #22493C is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 73 | 60 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.71 |
| HSL | 160º | 0.36% | 0.21% | - |
| HSV(B) | 160º | 0.53% | 0.29% | - |
| XYZ | 3.86 | 5.43 | 5.12 | - |
| YUV | 59.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 60 | 0.53 | 0 | 0.18 | 0.71 | 160 | 0.36 | 0.21 |
| Hex | 22 | 49 | 3C | 35 | 0 | 12 | 47 | A0 | 24 | 15 |
| Octal | 42 | 111 | 74 | 65 | 0 | 22 | 107 | 240 | 44 | 25 |
| Binary | 100010 | 1001001 | 111100 | 110101 | 0 | 10010 | 1000111 | 10100000 | 100100 | 10101 |
Color Harmonies of #22493C
Complementary color
Monochromatic Colors of #22493C
Black with #22493C
Text Example
Text Example
White with #22493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22493C; }
p { color: rgb(34,73,60); }
H1.HeaderClassName
{
color: #22493C;
}
.AnyTagClassName
{
color: #22493C;
}
</style>
background-color css
<style>
a { background-color: #22493C; }
a { background-color: rgb(34,73,60); }
div.DivClassName
{
background-color: #22493C;
}
.BgClassName
{
background-color: #22493C;
}
</style>
border-color css
<style>
span { border-color: #22493C; }
span { border-color: rgb(34,73,60); }
td.TdClassName
{
border-color: #22493C;
}
.TagClassName
{
border-color: #22493C;
}
</style>