Shades of Burnham #263C35
Tints of Burnham #263C35
RGB
CMYK
RGB Variations
Color information
#263C35 (or 0x263C35) is known color: Burnham. HEX triplet: 26, 3C and 35. RGB value is (38,60,53). Sum of RGB (Red+Green+Blue) = 38+60+53=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 60 - color contains mainly: green. Hex color #263C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C35 is #D9C3CA. Grayscale: #343434. Windows color (decimal): -14271435 or 3488806. OLE color: 3488806.
HSL color Cylindrical-coordinate representation of color #263C35: hue angle of 160.91º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #263C35 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 60 | 53 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.76 |
| HSL | 160.91º | 0.22% | 0.19% | - |
| HSV(B) | 160.91º | 0.37% | 0.24% | - |
| XYZ | 3.06 | 3.9 | 3.96 | - |
| YUV | 52.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 53 | 0.37 | 0 | 0.12 | 0.76 | 160.91 | 0.22 | 0.19 |
| Hex | 26 | 3C | 35 | 25 | 0 | C | 4C | A1 | 16 | 13 |
| Octal | 46 | 74 | 65 | 45 | 0 | 14 | 114 | 241 | 26 | 23 |
| Binary | 100110 | 111100 | 110101 | 100101 | 0 | 1100 | 1001100 | 10100001 | 10110 | 10011 |
Color Harmonies of #263C35
Complementary color
Monochromatic Colors of #263C35
Black with #263C35
Text Example
Text Example
White with #263C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C35; }
p { color: rgb(38,60,53); }
H1.HeaderClassName
{
color: #263C35;
}
.AnyTagClassName
{
color: #263C35;
}
</style>
background-color css
<style>
a { background-color: #263C35; }
a { background-color: rgb(38,60,53); }
div.DivClassName
{
background-color: #263C35;
}
.BgClassName
{
background-color: #263C35;
}
</style>
border-color css
<style>
span { border-color: #263C35; }
span { border-color: rgb(38,60,53); }
td.TdClassName
{
border-color: #263C35;
}
.TagClassName
{
border-color: #263C35;
}
</style>