Shades of Midnight Express #262C3F
Tints of Midnight Express #262C3F
RGB
CMYK
RGB Variations
Color information
#262C3F (or 0x262C3F) is known color: Midnight Express. HEX triplet: 26, 2C and 3F. RGB value is (38,44,63). Sum of RGB (Red+Green+Blue) = 38+44+63=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #262C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C3F is #D9D3C0. Grayscale: #2C2C2C. Windows color (decimal): -14275521 or 4140070. OLE color: 4140070.
HSL color Cylindrical-coordinate representation of color #262C3F: hue angle of 225.6º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #262C3F is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 44 | 63 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.75 |
| HSL | 225.6º | 0.25% | 0.2% | - |
| HSV(B) | 225.6º | 0.4% | 0.25% | - |
| XYZ | 2.6 | 2.57 | 5.06 | - |
| YUV | 44.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 63 | 0.40 | 0.30 | 0 | 0.75 | 225.6 | 0.25 | 0.2 |
| Hex | 26 | 2C | 3F | 28 | 1E | 0 | 4B | E2 | 19 | 14 |
| Octal | 46 | 54 | 77 | 50 | 36 | 0 | 113 | 342 | 31 | 24 |
| Binary | 100110 | 101100 | 111111 | 101000 | 11110 | 0 | 1001011 | 11100010 | 11001 | 10100 |
Color Harmonies of #262C3F
Complementary color
Monochromatic Colors of #262C3F
Black with #262C3F
Text Example
Text Example
White with #262C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C3F; }
p { color: rgb(38,44,63); }
H1.HeaderClassName
{
color: #262C3F;
}
.AnyTagClassName
{
color: #262C3F;
}
</style>
background-color css
<style>
a { background-color: #262C3F; }
a { background-color: rgb(38,44,63); }
div.DivClassName
{
background-color: #262C3F;
}
.BgClassName
{
background-color: #262C3F;
}
</style>
border-color css
<style>
span { border-color: #262C3F; }
span { border-color: rgb(38,44,63); }
td.TdClassName
{
border-color: #262C3F;
}
.TagClassName
{
border-color: #262C3F;
}
</style>