Shades of Burnham #2A453A
Tints of Burnham #2A453A
RGB
CMYK
RGB Variations
Color information
#2A453A (or 0x2A453A) is known color: Burnham. HEX triplet: 2A, 45 and 3A. RGB value is (42,69,58). Sum of RGB (Red+Green+Blue) = 42+69+58=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 69 - color contains mainly: green. Hex color #2A453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A453A is #D5BAC5. Grayscale: #3B3B3B. Windows color (decimal): -14006982 or 3818794. OLE color: 3818794.
HSL color Cylindrical-coordinate representation of color #2A453A: hue angle of 155.56º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A453A is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 69 | 58 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.73 |
| HSL | 155.56º | 0.24% | 0.22% | - |
| HSV(B) | 155.56º | 0.39% | 0.27% | - |
| XYZ | 3.85 | 5.05 | 4.78 | - |
| YUV | 59.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 58 | 0.39 | 0 | 0.16 | 0.73 | 155.56 | 0.24 | 0.22 |
| Hex | 2A | 45 | 3A | 27 | 0 | 10 | 49 | 9C | 18 | 16 |
| Octal | 52 | 105 | 72 | 47 | 0 | 20 | 111 | 234 | 30 | 26 |
| Binary | 101010 | 1000101 | 111010 | 100111 | 0 | 10000 | 1001001 | 10011100 | 11000 | 10110 |
Color Harmonies of #2A453A
Complementary color
Monochromatic Colors of #2A453A
Black with #2A453A
Text Example
Text Example
White with #2A453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A453A; }
p { color: rgb(42,69,58); }
H1.HeaderClassName
{
color: #2A453A;
}
.AnyTagClassName
{
color: #2A453A;
}
</style>
background-color css
<style>
a { background-color: #2A453A; }
a { background-color: rgb(42,69,58); }
div.DivClassName
{
background-color: #2A453A;
}
.BgClassName
{
background-color: #2A453A;
}
</style>
border-color css
<style>
span { border-color: #2A453A; }
span { border-color: rgb(42,69,58); }
td.TdClassName
{
border-color: #2A453A;
}
.TagClassName
{
border-color: #2A453A;
}
</style>