Shades of Burnham #234A39
Tints of Burnham #234A39
RGB
CMYK
RGB Variations
Color information
#234A39 (or 0x234A39) is known color: Burnham. HEX triplet: 23, 4A and 39. RGB value is (35,74,57). Sum of RGB (Red+Green+Blue) = 35+74+57=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #234A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A39 is #DCB5C6. Grayscale: #3C3C3C. Windows color (decimal): -14464455 or 3754531. OLE color: 3754531.
HSL color Cylindrical-coordinate representation of color #234A39: hue angle of 153.85º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A39 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 74 | 57 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.71 |
| HSL | 153.85º | 0.36% | 0.21% | - |
| HSV(B) | 153.85º | 0.53% | 0.29% | - |
| XYZ | 3.88 | 5.55 | 4.74 | - |
| YUV | 60.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 57 | 0.53 | 0 | 0.23 | 0.71 | 153.85 | 0.36 | 0.21 |
| Hex | 23 | 4A | 39 | 35 | 0 | 17 | 47 | 9A | 24 | 15 |
| Octal | 43 | 112 | 71 | 65 | 0 | 27 | 107 | 232 | 44 | 25 |
| Binary | 100011 | 1001010 | 111001 | 110101 | 0 | 10111 | 1000111 | 10011010 | 100100 | 10101 |
Color Harmonies of #234A39
Complementary color
Monochromatic Colors of #234A39
Black with #234A39
Text Example
Text Example
White with #234A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A39; }
p { color: rgb(35,74,57); }
H1.HeaderClassName
{
color: #234A39;
}
.AnyTagClassName
{
color: #234A39;
}
</style>
background-color css
<style>
a { background-color: #234A39; }
a { background-color: rgb(35,74,57); }
div.DivClassName
{
background-color: #234A39;
}
.BgClassName
{
background-color: #234A39;
}
</style>
border-color css
<style>
span { border-color: #234A39; }
span { border-color: rgb(35,74,57); }
td.TdClassName
{
border-color: #234A39;
}
.TagClassName
{
border-color: #234A39;
}
</style>