Shades of Burnham #233E34
Tints of Burnham #233E34
RGB
CMYK
RGB Variations
Color information
#233E34 (or 0x233E34) is known color: Burnham. HEX triplet: 23, 3E and 34. RGB value is (35,62,52). Sum of RGB (Red+Green+Blue) = 35+62+52=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 62 - color contains mainly: green. Hex color #233E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E34 is #DCC1CB. Grayscale: #343434. Windows color (decimal): -14467532 or 3423779. OLE color: 3423779.
HSL color Cylindrical-coordinate representation of color #233E34: hue angle of 157.78º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233E34 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 62 | 52 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.76 |
| HSL | 157.78º | 0.28% | 0.19% | - |
| HSV(B) | 157.78º | 0.44% | 0.24% | - |
| XYZ | 3.04 | 4.05 | 3.87 | - |
| YUV | 52.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 52 | 0.44 | 0 | 0.16 | 0.76 | 157.78 | 0.28 | 0.19 |
| Hex | 23 | 3E | 34 | 2C | 0 | 10 | 4C | 9E | 1C | 13 |
| Octal | 43 | 76 | 64 | 54 | 0 | 20 | 114 | 236 | 34 | 23 |
| Binary | 100011 | 111110 | 110100 | 101100 | 0 | 10000 | 1001100 | 10011110 | 11100 | 10011 |
Color Harmonies of #233E34
Complementary color
Monochromatic Colors of #233E34
Black with #233E34
Text Example
Text Example
White with #233E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E34; }
p { color: rgb(35,62,52); }
H1.HeaderClassName
{
color: #233E34;
}
.AnyTagClassName
{
color: #233E34;
}
</style>
background-color css
<style>
a { background-color: #233E34; }
a { background-color: rgb(35,62,52); }
div.DivClassName
{
background-color: #233E34;
}
.BgClassName
{
background-color: #233E34;
}
</style>
border-color css
<style>
span { border-color: #233E34; }
span { border-color: rgb(35,62,52); }
td.TdClassName
{
border-color: #233E34;
}
.TagClassName
{
border-color: #233E34;
}
</style>