Shades of Midnight #263440
Tints of Midnight #263440
RGB
CMYK
RGB Variations
Color information
#263440 (or 0x263440) is known color: Midnight. HEX triplet: 26, 34 and 40. RGB value is (38,52,64). Sum of RGB (Red+Green+Blue) = 38+52+64=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #263440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263440 is #D9CBBF. Grayscale: #313131. Windows color (decimal): -14273472 or 4207654. OLE color: 4207654.
HSL color Cylindrical-coordinate representation of color #263440: hue angle of 207.69º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #263440 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 52 | 64 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.75 |
| HSL | 207.69º | 0.25% | 0.2% | - |
| HSV(B) | 207.69º | 0.41% | 0.25% | - |
| XYZ | 2.95 | 3.24 | 5.32 | - |
| YUV | 49.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 64 | 0.41 | 0.19 | 0 | 0.75 | 207.69 | 0.25 | 0.2 |
| Hex | 26 | 34 | 40 | 29 | 13 | 0 | 4B | D0 | 19 | 14 |
| Octal | 46 | 64 | 100 | 51 | 23 | 0 | 113 | 320 | 31 | 24 |
| Binary | 100110 | 110100 | 1000000 | 101001 | 10011 | 0 | 1001011 | 11010000 | 11001 | 10100 |
Color Harmonies of #263440
Complementary color
Monochromatic Colors of #263440
Black with #263440
Text Example
Text Example
White with #263440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263440; }
p { color: rgb(38,52,64); }
H1.HeaderClassName
{
color: #263440;
}
.AnyTagClassName
{
color: #263440;
}
</style>
background-color css
<style>
a { background-color: #263440; }
a { background-color: rgb(38,52,64); }
div.DivClassName
{
background-color: #263440;
}
.BgClassName
{
background-color: #263440;
}
</style>
border-color css
<style>
span { border-color: #263440; }
span { border-color: rgb(38,52,64); }
td.TdClassName
{
border-color: #263440;
}
.TagClassName
{
border-color: #263440;
}
</style>