Shades of Midnight Express #262A3D
Tints of Midnight Express #262A3D
RGB
CMYK
RGB Variations
Color information
#262A3D (or 0x262A3D) is known color: Midnight Express. HEX triplet: 26, 2A and 3D. RGB value is (38,42,61). Sum of RGB (Red+Green+Blue) = 38+42+61=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #262A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A3D is #D9D5C2. Grayscale: #2A2A2A. Windows color (decimal): -14276035 or 4008486. OLE color: 4008486.
HSL color Cylindrical-coordinate representation of color #262A3D: hue angle of 229.57º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #262A3D is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 42 | 61 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.76 |
| HSL | 229.57º | 0.23% | 0.19% | - |
| HSV(B) | 229.57º | 0.38% | 0.24% | - |
| XYZ | 2.47 | 2.4 | 4.75 | - |
| YUV | 42.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 61 | 0.38 | 0.31 | 0 | 0.76 | 229.57 | 0.23 | 0.19 |
| Hex | 26 | 2A | 3D | 26 | 1F | 0 | 4C | E6 | 17 | 13 |
| Octal | 46 | 52 | 75 | 46 | 37 | 0 | 114 | 346 | 27 | 23 |
| Binary | 100110 | 101010 | 111101 | 100110 | 11111 | 0 | 1001100 | 11100110 | 10111 | 10011 |
Color Harmonies of #262A3D
Complementary color
Monochromatic Colors of #262A3D
Black with #262A3D
Text Example
Text Example
White with #262A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A3D; }
p { color: rgb(38,42,61); }
H1.HeaderClassName
{
color: #262A3D;
}
.AnyTagClassName
{
color: #262A3D;
}
</style>
background-color css
<style>
a { background-color: #262A3D; }
a { background-color: rgb(38,42,61); }
div.DivClassName
{
background-color: #262A3D;
}
.BgClassName
{
background-color: #262A3D;
}
</style>
border-color css
<style>
span { border-color: #262A3D; }
span { border-color: rgb(38,42,61); }
td.TdClassName
{
border-color: #262A3D;
}
.TagClassName
{
border-color: #262A3D;
}
</style>