Shades of Midnight #263545
Tints of Midnight #263545
RGB
CMYK
RGB Variations
Color information
#263545 (or 0x263545) is known color: Midnight. HEX triplet: 26, 35 and 45. RGB value is (38,53,69). Sum of RGB (Red+Green+Blue) = 38+53+69=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 69 - color contains mainly: blue. Hex color #263545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263545 is #D9CABA. Grayscale: #323232. Windows color (decimal): -14273211 or 4535590. OLE color: 4535590.
HSL color Cylindrical-coordinate representation of color #263545: hue angle of 210.97º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #263545 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 53 | 69 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.73 |
| HSL | 210.97º | 0.29% | 0.21% | - |
| HSV(B) | 210.97º | 0.45% | 0.27% | - |
| XYZ | 3.15 | 3.39 | 6.12 | - |
| YUV | 50.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 69 | 0.45 | 0.23 | 0 | 0.73 | 210.97 | 0.29 | 0.21 |
| Hex | 26 | 35 | 45 | 2D | 17 | 0 | 49 | D3 | 1D | 15 |
| Octal | 46 | 65 | 105 | 55 | 27 | 0 | 111 | 323 | 35 | 25 |
| Binary | 100110 | 110101 | 1000101 | 101101 | 10111 | 0 | 1001001 | 11010011 | 11101 | 10101 |
Color Harmonies of #263545
Complementary color
Monochromatic Colors of #263545
Black with #263545
Text Example
Text Example
White with #263545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263545; }
p { color: rgb(38,53,69); }
H1.HeaderClassName
{
color: #263545;
}
.AnyTagClassName
{
color: #263545;
}
</style>
background-color css
<style>
a { background-color: #263545; }
a { background-color: rgb(38,53,69); }
div.DivClassName
{
background-color: #263545;
}
.BgClassName
{
background-color: #263545;
}
</style>
border-color css
<style>
span { border-color: #263545; }
span { border-color: rgb(38,53,69); }
td.TdClassName
{
border-color: #263545;
}
.TagClassName
{
border-color: #263545;
}
</style>