Shades of Midnight Blue #22256F
Tints of Midnight Blue #22256F
RGB
CMYK
RGB Variations
Color information
#22256F (or 0x22256F) is known color: Midnight Blue. HEX triplet: 22, 25 and 6F. RGB value is (34,37,111). Sum of RGB (Red+Green+Blue) = 34+37+111=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #22256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22256F is #DDDA90. Grayscale: #2C2C2C. Windows color (decimal): -14539409 or 7284002. OLE color: 7284002.
HSL color Cylindrical-coordinate representation of color #22256F: hue angle of 237.66º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22256F is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 37 | 111 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.56 |
| HSL | 237.66º | 0.53% | 0.28% | - |
| HSV(B) | 237.66º | 0.69% | 0.44% | - |
| XYZ | 4.19 | 2.81 | 15.36 | - |
| YUV | 44.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 111 | 0.69 | 0.67 | 0 | 0.56 | 237.66 | 0.53 | 0.28 |
| Hex | 22 | 25 | 6F | 45 | 43 | 0 | 38 | EE | 35 | 1C |
| Octal | 42 | 45 | 157 | 105 | 103 | 0 | 70 | 356 | 65 | 34 |
| Binary | 100010 | 100101 | 1101111 | 1000101 | 1000011 | 0 | 111000 | 11101110 | 110101 | 11100 |
Color Harmonies of #22256F
Complementary color
Monochromatic Colors of #22256F
Black with #22256F
Text Example
Text Example
White with #22256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22256F; }
p { color: rgb(34,37,111); }
H1.HeaderClassName
{
color: #22256F;
}
.AnyTagClassName
{
color: #22256F;
}
</style>
background-color css
<style>
a { background-color: #22256F; }
a { background-color: rgb(34,37,111); }
div.DivClassName
{
background-color: #22256F;
}
.BgClassName
{
background-color: #22256F;
}
</style>
border-color css
<style>
span { border-color: #22256F; }
span { border-color: rgb(34,37,111); }
td.TdClassName
{
border-color: #22256F;
}
.TagClassName
{
border-color: #22256F;
}
</style>