Shades of Midnight Express #262C44
Tints of Midnight Express #262C44
RGB
CMYK
RGB Variations
Color information
#262C44 (or 0x262C44) is known color: Midnight Express. HEX triplet: 26, 2C and 44. RGB value is (38,44,68). Sum of RGB (Red+Green+Blue) = 38+44+68=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #262C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C44 is #D9D3BB. Grayscale: #2C2C2C. Windows color (decimal): -14275516 or 4467750. OLE color: 4467750.
HSL color Cylindrical-coordinate representation of color #262C44: hue angle of 228º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #262C44 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 44 | 68 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.73 |
| HSL | 228º | 0.28% | 0.21% | - |
| HSV(B) | 228º | 0.44% | 0.27% | - |
| XYZ | 2.74 | 2.63 | 5.83 | - |
| YUV | 44.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 68 | 0.44 | 0.35 | 0 | 0.73 | 228 | 0.28 | 0.21 |
| Hex | 26 | 2C | 44 | 2C | 23 | 0 | 49 | E4 | 1C | 15 |
| Octal | 46 | 54 | 104 | 54 | 43 | 0 | 111 | 344 | 34 | 25 |
| Binary | 100110 | 101100 | 1000100 | 101100 | 100011 | 0 | 1001001 | 11100100 | 11100 | 10101 |
Color Harmonies of #262C44
Complementary color
Monochromatic Colors of #262C44
Black with #262C44
Text Example
Text Example
White with #262C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C44; }
p { color: rgb(38,44,68); }
H1.HeaderClassName
{
color: #262C44;
}
.AnyTagClassName
{
color: #262C44;
}
</style>
background-color css
<style>
a { background-color: #262C44; }
a { background-color: rgb(38,44,68); }
div.DivClassName
{
background-color: #262C44;
}
.BgClassName
{
background-color: #262C44;
}
</style>
border-color css
<style>
span { border-color: #262C44; }
span { border-color: rgb(38,44,68); }
td.TdClassName
{
border-color: #262C44;
}
.TagClassName
{
border-color: #262C44;
}
</style>