Shades of Midnight Blue #26228A
Tints of Midnight Blue #26228A
RGB
CMYK
RGB Variations
Color information
#26228A (or 0x26228A) is known color: Midnight Blue. HEX triplet: 26, 22 and 8A. RGB value is (38,34,138). Sum of RGB (Red+Green+Blue) = 38+34+138=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #26228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26228A is #D9DD75. Grayscale: #2E2E2E. Windows color (decimal): -14278006 or 9052710. OLE color: 9052710.
HSL color Cylindrical-coordinate representation of color #26228A: hue angle of 242.31º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26228A is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 34 | 138 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.46 |
| HSL | 242.31º | 0.6% | 0.34% | - |
| HSV(B) | 242.31º | 0.75% | 0.54% | - |
| XYZ | 5.96 | 3.39 | 24.39 | - |
| YUV | 47.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 138 | 0.72 | 0.75 | 0 | 0.46 | 242.31 | 0.6 | 0.34 |
| Hex | 26 | 22 | 8A | 48 | 4B | 0 | 2E | F2 | 3C | 22 |
| Octal | 46 | 42 | 212 | 110 | 113 | 0 | 56 | 362 | 74 | 42 |
| Binary | 100110 | 100010 | 10001010 | 1001000 | 1001011 | 0 | 101110 | 11110010 | 111100 | 100010 |
Color Harmonies of #26228A
Complementary color
Monochromatic Colors of #26228A
Black with #26228A
Text Example
Text Example
White with #26228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26228A; }
p { color: rgb(38,34,138); }
H1.HeaderClassName
{
color: #26228A;
}
.AnyTagClassName
{
color: #26228A;
}
</style>
background-color css
<style>
a { background-color: #26228A; }
a { background-color: rgb(38,34,138); }
div.DivClassName
{
background-color: #26228A;
}
.BgClassName
{
background-color: #26228A;
}
</style>
border-color css
<style>
span { border-color: #26228A; }
span { border-color: rgb(38,34,138); }
td.TdClassName
{
border-color: #26228A;
}
.TagClassName
{
border-color: #26228A;
}
</style>