Shades of Midnight #263542
Tints of Midnight #263542
RGB
CMYK
RGB Variations
Color information
#263542 (or 0x263542) is known color: Midnight. HEX triplet: 26, 35 and 42. RGB value is (38,53,66). Sum of RGB (Red+Green+Blue) = 38+53+66=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 66 - color contains mainly: blue. Hex color #263542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263542 is #D9CABD. Grayscale: #313131. Windows color (decimal): -14273214 or 4338982. OLE color: 4338982.
HSL color Cylindrical-coordinate representation of color #263542: hue angle of 207.86º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263542 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 53 | 66 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.74 |
| HSL | 207.86º | 0.27% | 0.2% | - |
| HSV(B) | 207.86º | 0.42% | 0.26% | - |
| XYZ | 3.06 | 3.35 | 5.64 | - |
| YUV | 50 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 66 | 0.42 | 0.20 | 0 | 0.74 | 207.86 | 0.27 | 0.2 |
| Hex | 26 | 35 | 42 | 2A | 14 | 0 | 4A | D0 | 1B | 14 |
| Octal | 46 | 65 | 102 | 52 | 24 | 0 | 112 | 320 | 33 | 24 |
| Binary | 100110 | 110101 | 1000010 | 101010 | 10100 | 0 | 1001010 | 11010000 | 11011 | 10100 |
Color Harmonies of #263542
Complementary color
Monochromatic Colors of #263542
Black with #263542
Text Example
Text Example
White with #263542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263542; }
p { color: rgb(38,53,66); }
H1.HeaderClassName
{
color: #263542;
}
.AnyTagClassName
{
color: #263542;
}
</style>
background-color css
<style>
a { background-color: #263542; }
a { background-color: rgb(38,53,66); }
div.DivClassName
{
background-color: #263542;
}
.BgClassName
{
background-color: #263542;
}
</style>
border-color css
<style>
span { border-color: #263542; }
span { border-color: rgb(38,53,66); }
td.TdClassName
{
border-color: #263542;
}
.TagClassName
{
border-color: #263542;
}
</style>