Shades of Burnham #234B3A
Tints of Burnham #234B3A
RGB
CMYK
RGB Variations
Color information
#234B3A (or 0x234B3A) is known color: Burnham. HEX triplet: 23, 4B and 3A. RGB value is (35,75,58). Sum of RGB (Red+Green+Blue) = 35+75+58=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #234B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B3A is #DCB4C5. Grayscale: #3D3D3D. Windows color (decimal): -14464198 or 3820323. OLE color: 3820323.
HSL color Cylindrical-coordinate representation of color #234B3A: hue angle of 154.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B3A is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 75 | 58 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.71 |
| HSL | 154.5º | 0.36% | 0.22% | - |
| HSV(B) | 154.5º | 0.53% | 0.29% | - |
| XYZ | 3.97 | 5.69 | 4.89 | - |
| YUV | 61.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 58 | 0.53 | 0 | 0.23 | 0.71 | 154.5 | 0.36 | 0.22 |
| Hex | 23 | 4B | 3A | 35 | 0 | 17 | 47 | 9A | 24 | 16 |
| Octal | 43 | 113 | 72 | 65 | 0 | 27 | 107 | 232 | 44 | 26 |
| Binary | 100011 | 1001011 | 111010 | 110101 | 0 | 10111 | 1000111 | 10011010 | 100100 | 10110 |
Color Harmonies of #234B3A
Complementary color
Monochromatic Colors of #234B3A
Black with #234B3A
Text Example
Text Example
White with #234B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B3A; }
p { color: rgb(35,75,58); }
H1.HeaderClassName
{
color: #234B3A;
}
.AnyTagClassName
{
color: #234B3A;
}
</style>
background-color css
<style>
a { background-color: #234B3A; }
a { background-color: rgb(35,75,58); }
div.DivClassName
{
background-color: #234B3A;
}
.BgClassName
{
background-color: #234B3A;
}
</style>
border-color css
<style>
span { border-color: #234B3A; }
span { border-color: rgb(35,75,58); }
td.TdClassName
{
border-color: #234B3A;
}
.TagClassName
{
border-color: #234B3A;
}
</style>