Shades of Burnham #234C3C
Tints of Burnham #234C3C
RGB
CMYK
RGB Variations
Color information
#234C3C (or 0x234C3C) is known color: Burnham. HEX triplet: 23, 4C and 3C. RGB value is (35,76,60). Sum of RGB (Red+Green+Blue) = 35+76+60=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #234C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C3C is #DCB3C3. Grayscale: #3D3D3D. Windows color (decimal): -14463940 or 3951651. OLE color: 3951651.
HSL color Cylindrical-coordinate representation of color #234C3C: hue angle of 156.59º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #234C3C is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 60 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.70 |
| HSL | 156.59º | 0.37% | 0.22% | - |
| HSV(B) | 156.59º | 0.54% | 0.3% | - |
| XYZ | 4.09 | 5.85 | 5.19 | - |
| YUV | 61.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 60 | 0.54 | 0 | 0.21 | 0.70 | 156.59 | 0.37 | 0.22 |
| Hex | 23 | 4C | 3C | 36 | 0 | 15 | 46 | 9D | 25 | 16 |
| Octal | 43 | 114 | 74 | 66 | 0 | 25 | 106 | 235 | 45 | 26 |
| Binary | 100011 | 1001100 | 111100 | 110110 | 0 | 10101 | 1000110 | 10011101 | 100101 | 10110 |
Color Harmonies of #234C3C
Complementary color
Monochromatic Colors of #234C3C
Black with #234C3C
Text Example
Text Example
White with #234C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C3C; }
p { color: rgb(35,76,60); }
H1.HeaderClassName
{
color: #234C3C;
}
.AnyTagClassName
{
color: #234C3C;
}
</style>
background-color css
<style>
a { background-color: #234C3C; }
a { background-color: rgb(35,76,60); }
div.DivClassName
{
background-color: #234C3C;
}
.BgClassName
{
background-color: #234C3C;
}
</style>
border-color css
<style>
span { border-color: #234C3C; }
span { border-color: rgb(35,76,60); }
td.TdClassName
{
border-color: #234C3C;
}
.TagClassName
{
border-color: #234C3C;
}
</style>