Shades of Burnham #264337
Tints of Burnham #264337
RGB
CMYK
RGB Variations
Color information
#264337 (or 0x264337) is known color: Burnham. HEX triplet: 26, 43 and 37. RGB value is (38,67,55). Sum of RGB (Red+Green+Blue) = 38+67+55=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #264337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264337 is #D9BCC8. Grayscale: #383838. Windows color (decimal): -14269641 or 3621670. OLE color: 3621670.
HSL color Cylindrical-coordinate representation of color #264337: hue angle of 155.17º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #264337 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 67 | 55 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.74 |
| HSL | 155.17º | 0.28% | 0.21% | - |
| HSV(B) | 155.17º | 0.43% | 0.26% | - |
| XYZ | 3.5 | 4.7 | 4.34 | - |
| YUV | 56.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 55 | 0.43 | 0 | 0.18 | 0.74 | 155.17 | 0.28 | 0.21 |
| Hex | 26 | 43 | 37 | 2B | 0 | 12 | 4A | 9B | 1C | 15 |
| Octal | 46 | 103 | 67 | 53 | 0 | 22 | 112 | 233 | 34 | 25 |
| Binary | 100110 | 1000011 | 110111 | 101011 | 0 | 10010 | 1001010 | 10011011 | 11100 | 10101 |
Color Harmonies of #264337
Complementary color
Monochromatic Colors of #264337
Black with #264337
Text Example
Text Example
White with #264337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264337; }
p { color: rgb(38,67,55); }
H1.HeaderClassName
{
color: #264337;
}
.AnyTagClassName
{
color: #264337;
}
</style>
background-color css
<style>
a { background-color: #264337; }
a { background-color: rgb(38,67,55); }
div.DivClassName
{
background-color: #264337;
}
.BgClassName
{
background-color: #264337;
}
</style>
border-color css
<style>
span { border-color: #264337; }
span { border-color: rgb(38,67,55); }
td.TdClassName
{
border-color: #264337;
}
.TagClassName
{
border-color: #264337;
}
</style>