Shades of Burnham #22463B
Tints of Burnham #22463B
RGB
CMYK
RGB Variations
Color information
#22463B (or 0x22463B) is known color: Burnham. HEX triplet: 22, 46 and 3B. RGB value is (34,70,59). Sum of RGB (Red+Green+Blue) = 34+70+59=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #22463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22463B is #DDB9C4. Grayscale: #393939. Windows color (decimal): -14531013 or 3884578. OLE color: 3884578.
HSL color Cylindrical-coordinate representation of color #22463B: hue angle of 161.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #22463B is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 70 | 59 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.73 |
| HSL | 161.67º | 0.35% | 0.2% | - |
| HSV(B) | 161.67º | 0.51% | 0.27% | - |
| XYZ | 3.64 | 5.04 | 4.92 | - |
| YUV | 57.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 59 | 0.51 | 0 | 0.16 | 0.73 | 161.67 | 0.35 | 0.2 |
| Hex | 22 | 46 | 3B | 33 | 0 | 10 | 49 | A2 | 23 | 14 |
| Octal | 42 | 106 | 73 | 63 | 0 | 20 | 111 | 242 | 43 | 24 |
| Binary | 100010 | 1000110 | 111011 | 110011 | 0 | 10000 | 1001001 | 10100010 | 100011 | 10100 |
Color Harmonies of #22463B
Complementary color
Monochromatic Colors of #22463B
Black with #22463B
Text Example
Text Example
White with #22463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22463B; }
p { color: rgb(34,70,59); }
H1.HeaderClassName
{
color: #22463B;
}
.AnyTagClassName
{
color: #22463B;
}
</style>
background-color css
<style>
a { background-color: #22463B; }
a { background-color: rgb(34,70,59); }
div.DivClassName
{
background-color: #22463B;
}
.BgClassName
{
background-color: #22463B;
}
</style>
border-color css
<style>
span { border-color: #22463B; }
span { border-color: rgb(34,70,59); }
td.TdClassName
{
border-color: #22463B;
}
.TagClassName
{
border-color: #22463B;
}
</style>