Shades of Midnight Express #262D3E
Tints of Midnight Express #262D3E
RGB
CMYK
RGB Variations
Color information
#262D3E (or 0x262D3E) is known color: Midnight Express. HEX triplet: 26, 2D and 3E. RGB value is (38,45,62). Sum of RGB (Red+Green+Blue) = 38+45+62=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 62 - color contains mainly: blue. Hex color #262D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262D3E is #D9D2C1. Grayscale: #2C2C2C. Windows color (decimal): -14275266 or 4074790. OLE color: 4074790.
HSL color Cylindrical-coordinate representation of color #262D3E: hue angle of 222.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #262D3E is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 38 | 45 | 62 | - |
CMYK | 0.39 | 0.27 | 0 | 0.76 |
HSL | 222.5º | 0.24% | 0.2% | - |
HSV(B) | 222.5º | 0.39% | 0.24% | - |
XYZ | 2.61 | 2.64 | 4.93 | - |
YUV | 44.85 | 137.68 | 123.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 45 | 62 | 0.39 | 0.27 | 0 | 0.76 | 222.5 | 0.24 | 0.2 |
Hex | 26 | 2D | 3E | 27 | 1B | 0 | 4C | DE | 18 | 14 |
Octal | 46 | 55 | 76 | 47 | 33 | 0 | 114 | 336 | 30 | 24 |
Binary | 100110 | 101101 | 111110 | 100111 | 11011 | 0 | 1001100 | 11011110 | 11000 | 10100 |
Color Harmonies of #262D3E
Complementary color
Monochromatic Colors of #262D3E
Black with #262D3E
Text Example
Text Example
White with #262D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D3E; }
p { color: rgb(38,45,62); }
H1.HeaderClassName
{
color: #262D3E;
}
.AnyTagClassName
{
color: #262D3E;
}
</style>
background-color css
<style>
a { background-color: #262D3E; }
a { background-color: rgb(38,45,62); }
div.DivClassName
{
background-color: #262D3E;
}
.BgClassName
{
background-color: #262D3E;
}
</style>
border-color css
<style>
span { border-color: #262D3E; }
span { border-color: rgb(38,45,62); }
td.TdClassName
{
border-color: #262D3E;
}
.TagClassName
{
border-color: #262D3E;
}
</style>