Shades of Burnham #234B3C
Tints of Burnham #234B3C
RGB
CMYK
RGB Variations
Color information
#234B3C (or 0x234B3C) is known color: Burnham. HEX triplet: 23, 4B and 3C. RGB value is (35,75,60). Sum of RGB (Red+Green+Blue) = 35+75+60=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #234B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B3C is #DCB4C3. Grayscale: #3D3D3D. Windows color (decimal): -14464196 or 3951395. OLE color: 3951395.
HSL color Cylindrical-coordinate representation of color #234B3C: hue angle of 157.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 #234B3C is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 75 | 60 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.71 |
| HSL | 157.5º | 0.36% | 0.22% | - |
| HSV(B) | 157.5º | 0.53% | 0.29% | - |
| XYZ | 4.02 | 5.72 | 5.17 | - |
| YUV | 61.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 60 | 0.53 | 0 | 0.20 | 0.71 | 157.5 | 0.36 | 0.22 |
| Hex | 23 | 4B | 3C | 35 | 0 | 14 | 47 | 9E | 24 | 16 |
| Octal | 43 | 113 | 74 | 65 | 0 | 24 | 107 | 236 | 44 | 26 |
| Binary | 100011 | 1001011 | 111100 | 110101 | 0 | 10100 | 1000111 | 10011110 | 100100 | 10110 |
Color Harmonies of #234B3C
Complementary color
Monochromatic Colors of #234B3C
Black with #234B3C
Text Example
Text Example
White with #234B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B3C; }
p { color: rgb(35,75,60); }
H1.HeaderClassName
{
color: #234B3C;
}
.AnyTagClassName
{
color: #234B3C;
}
</style>
background-color css
<style>
a { background-color: #234B3C; }
a { background-color: rgb(35,75,60); }
div.DivClassName
{
background-color: #234B3C;
}
.BgClassName
{
background-color: #234B3C;
}
</style>
border-color css
<style>
span { border-color: #234B3C; }
span { border-color: rgb(35,75,60); }
td.TdClassName
{
border-color: #234B3C;
}
.TagClassName
{
border-color: #234B3C;
}
</style>