Shades of Midnight Blue #262280
Tints of Midnight Blue #262280
RGB
CMYK
RGB Variations
Color information
#262280 (or 0x262280) is known color: Midnight Blue. HEX triplet: 26, 22 and 80. RGB value is (38,34,128). Sum of RGB (Red+Green+Blue) = 38+34+128=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #262280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262280 is #D9DD7F. Grayscale: #2D2D2D. Windows color (decimal): -14278016 or 8397350. OLE color: 8397350.
HSL color Cylindrical-coordinate representation of color #262280: hue angle of 242.55º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #262280 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 34 | 128 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.50 |
| HSL | 242.55º | 0.58% | 0.32% | - |
| HSV(B) | 242.55º | 0.73% | 0.5% | - |
| XYZ | 5.27 | 3.11 | 20.75 | - |
| YUV | 45.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 128 | 0.70 | 0.73 | 0 | 0.50 | 242.55 | 0.58 | 0.32 |
| Hex | 26 | 22 | 80 | 46 | 49 | 0 | 32 | F3 | 3A | 20 |
| Octal | 46 | 42 | 200 | 106 | 111 | 0 | 62 | 363 | 72 | 40 |
| Binary | 100110 | 100010 | 10000000 | 1000110 | 1001001 | 0 | 110010 | 11110011 | 111010 | 100000 |
Color Harmonies of #262280
Complementary color
Monochromatic Colors of #262280
Black with #262280
Text Example
Text Example
White with #262280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262280; }
p { color: rgb(38,34,128); }
H1.HeaderClassName
{
color: #262280;
}
.AnyTagClassName
{
color: #262280;
}
</style>
background-color css
<style>
a { background-color: #262280; }
a { background-color: rgb(38,34,128); }
div.DivClassName
{
background-color: #262280;
}
.BgClassName
{
background-color: #262280;
}
</style>
border-color css
<style>
span { border-color: #262280; }
span { border-color: rgb(38,34,128); }
td.TdClassName
{
border-color: #262280;
}
.TagClassName
{
border-color: #262280;
}
</style>