Shades of Burnham #223C34
Tints of Burnham #223C34
RGB
CMYK
RGB Variations
Color information
#223C34 (or 0x223C34) is known color: Burnham. HEX triplet: 22, 3C and 34. RGB value is (34,60,52). Sum of RGB (Red+Green+Blue) = 34+60+52=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 60 - color contains mainly: green. Hex color #223C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C34 is #DDC3CB. Grayscale: #333333. Windows color (decimal): -14533580 or 3423266. OLE color: 3423266.
HSL color Cylindrical-coordinate representation of color #223C34: hue angle of 161.54º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #223C34 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 60 | 52 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.76 |
| HSL | 161.54º | 0.28% | 0.18% | - |
| HSV(B) | 161.54º | 0.43% | 0.24% | - |
| XYZ | 2.9 | 3.82 | 3.83 | - |
| YUV | 51.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 52 | 0.43 | 0 | 0.13 | 0.76 | 161.54 | 0.28 | 0.18 |
| Hex | 22 | 3C | 34 | 2B | 0 | D | 4C | A2 | 1C | 12 |
| Octal | 42 | 74 | 64 | 53 | 0 | 15 | 114 | 242 | 34 | 22 |
| Binary | 100010 | 111100 | 110100 | 101011 | 0 | 1101 | 1001100 | 10100010 | 11100 | 10010 |
Color Harmonies of #223C34
Complementary color
Monochromatic Colors of #223C34
Black with #223C34
Text Example
Text Example
White with #223C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C34; }
p { color: rgb(34,60,52); }
H1.HeaderClassName
{
color: #223C34;
}
.AnyTagClassName
{
color: #223C34;
}
</style>
background-color css
<style>
a { background-color: #223C34; }
a { background-color: rgb(34,60,52); }
div.DivClassName
{
background-color: #223C34;
}
.BgClassName
{
background-color: #223C34;
}
</style>
border-color css
<style>
span { border-color: #223C34; }
span { border-color: rgb(34,60,52); }
td.TdClassName
{
border-color: #223C34;
}
.TagClassName
{
border-color: #223C34;
}
</style>