Shades of Burnham #234336
Tints of Burnham #234336
RGB
CMYK
RGB Variations
Color information
#234336 (or 0x234336) is known color: Burnham. HEX triplet: 23, 43 and 36. RGB value is (35,67,54). Sum of RGB (Red+Green+Blue) = 35+67+54=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #234336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234336 is #DCBCC9. Grayscale: #373737. Windows color (decimal): -14466250 or 3556131. OLE color: 3556131.
HSL color Cylindrical-coordinate representation of color #234336: hue angle of 155.62º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #234336 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 67 | 54 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.74 |
| HSL | 155.63º | 0.31% | 0.2% | - |
| HSV(B) | 155.63º | 0.48% | 0.26% | - |
| XYZ | 3.37 | 4.64 | 4.21 | - |
| YUV | 55.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 54 | 0.48 | 0 | 0.19 | 0.74 | 155.63 | 0.31 | 0.2 |
| Hex | 23 | 43 | 36 | 30 | 0 | 13 | 4A | 9C | 1F | 14 |
| Octal | 43 | 103 | 66 | 60 | 0 | 23 | 112 | 234 | 37 | 24 |
| Binary | 100011 | 1000011 | 110110 | 110000 | 0 | 10011 | 1001010 | 10011100 | 11111 | 10100 |
Color Harmonies of #234336
Complementary color
Monochromatic Colors of #234336
Black with #234336
Text Example
Text Example
White with #234336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234336; }
p { color: rgb(35,67,54); }
H1.HeaderClassName
{
color: #234336;
}
.AnyTagClassName
{
color: #234336;
}
</style>
background-color css
<style>
a { background-color: #234336; }
a { background-color: rgb(35,67,54); }
div.DivClassName
{
background-color: #234336;
}
.BgClassName
{
background-color: #234336;
}
</style>
border-color css
<style>
span { border-color: #234336; }
span { border-color: rgb(35,67,54); }
td.TdClassName
{
border-color: #234336;
}
.TagClassName
{
border-color: #234336;
}
</style>