Shades of Blue Charcoal #262E34
Tints of Blue Charcoal #262E34
RGB
CMYK
RGB Variations
Color information
#262E34 (or 0x262E34) is known color: Blue Charcoal. HEX triplet: 26, 2E and 34. RGB value is (38,46,52). Sum of RGB (Red+Green+Blue) = 38+46+52=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #262E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E34 is #D9D1CB. Grayscale: #2C2C2C. Windows color (decimal): -14275020 or 3419686. OLE color: 3419686.
HSL color Cylindrical-coordinate representation of color #262E34: hue angle of 205.71º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #262E34 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 46 | 52 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.80 |
| HSL | 205.71º | 0.16% | 0.18% | - |
| HSV(B) | 205.71º | 0.27% | 0.2% | - |
| XYZ | 2.4 | 2.61 | 3.63 | - |
| YUV | 44.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 52 | 0.27 | 0.12 | 0 | 0.80 | 205.71 | 0.16 | 0.18 |
| Hex | 26 | 2E | 34 | 1B | C | 0 | 50 | CE | 10 | 12 |
| Octal | 46 | 56 | 64 | 33 | 14 | 0 | 120 | 316 | 20 | 22 |
| Binary | 100110 | 101110 | 110100 | 11011 | 1100 | 0 | 1010000 | 11001110 | 10000 | 10010 |
Color Harmonies of #262E34
Complementary color
Monochromatic Colors of #262E34
Black with #262E34
Text Example
Text Example
White with #262E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E34; }
p { color: rgb(38,46,52); }
H1.HeaderClassName
{
color: #262E34;
}
.AnyTagClassName
{
color: #262E34;
}
</style>
background-color css
<style>
a { background-color: #262E34; }
a { background-color: rgb(38,46,52); }
div.DivClassName
{
background-color: #262E34;
}
.BgClassName
{
background-color: #262E34;
}
</style>
border-color css
<style>
span { border-color: #262E34; }
span { border-color: rgb(38,46,52); }
td.TdClassName
{
border-color: #262E34;
}
.TagClassName
{
border-color: #262E34;
}
</style>