Shades of Burnham #234138
Tints of Burnham #234138
RGB
CMYK
RGB Variations
Color information
#234138 (or 0x234138) is known color: Burnham. HEX triplet: 23, 41 and 38. RGB value is (35,65,56). Sum of RGB (Red+Green+Blue) = 35+65+56=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #234138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234138 is #DCBEC7. Grayscale: #373737. Windows color (decimal): -14466760 or 3686691. OLE color: 3686691.
HSL color Cylindrical-coordinate representation of color #234138: hue angle of 162º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #234138 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 56 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.75 |
| HSL | 162º | 0.3% | 0.2% | - |
| HSV(B) | 162º | 0.46% | 0.25% | - |
| XYZ | 3.3 | 4.42 | 4.42 | - |
| YUV | 55 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 56 | 0.46 | 0 | 0.14 | 0.75 | 162 | 0.3 | 0.2 |
| Hex | 23 | 41 | 38 | 2E | 0 | E | 4B | A2 | 1E | 14 |
| Octal | 43 | 101 | 70 | 56 | 0 | 16 | 113 | 242 | 36 | 24 |
| Binary | 100011 | 1000001 | 111000 | 101110 | 0 | 1110 | 1001011 | 10100010 | 11110 | 10100 |
Color Harmonies of #234138
Complementary color
Monochromatic Colors of #234138
Black with #234138
Text Example
Text Example
White with #234138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234138; }
p { color: rgb(35,65,56); }
H1.HeaderClassName
{
color: #234138;
}
.AnyTagClassName
{
color: #234138;
}
</style>
background-color css
<style>
a { background-color: #234138; }
a { background-color: rgb(35,65,56); }
div.DivClassName
{
background-color: #234138;
}
.BgClassName
{
background-color: #234138;
}
</style>
border-color css
<style>
span { border-color: #234138; }
span { border-color: rgb(35,65,56); }
td.TdClassName
{
border-color: #234138;
}
.TagClassName
{
border-color: #234138;
}
</style>