Shades of Midnight #223449
Tints of Midnight #223449
RGB
CMYK
RGB Variations
Color information
#223449 (or 0x223449) is known color: Midnight. HEX triplet: 22, 34 and 49. RGB value is (34,52,73). Sum of RGB (Red+Green+Blue) = 34+52+73=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #223449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223449 is #DDCBB6. Grayscale: #303030. Windows color (decimal): -14535607 or 4797474. OLE color: 4797474.
HSL color Cylindrical-coordinate representation of color #223449: hue angle of 212.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #223449 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 52 | 73 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.71 |
| HSL | 212.31º | 0.36% | 0.21% | - |
| HSV(B) | 212.31º | 0.53% | 0.29% | - |
| XYZ | 3.09 | 3.28 | 6.77 | - |
| YUV | 49.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 73 | 0.53 | 0.29 | 0 | 0.71 | 212.31 | 0.36 | 0.21 |
| Hex | 22 | 34 | 49 | 35 | 1D | 0 | 47 | D4 | 24 | 15 |
| Octal | 42 | 64 | 111 | 65 | 35 | 0 | 107 | 324 | 44 | 25 |
| Binary | 100010 | 110100 | 1001001 | 110101 | 11101 | 0 | 1000111 | 11010100 | 100100 | 10101 |
Color Harmonies of #223449
Complementary color
Monochromatic Colors of #223449
Black with #223449
Text Example
Text Example
White with #223449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223449; }
p { color: rgb(34,52,73); }
H1.HeaderClassName
{
color: #223449;
}
.AnyTagClassName
{
color: #223449;
}
</style>
background-color css
<style>
a { background-color: #223449; }
a { background-color: rgb(34,52,73); }
div.DivClassName
{
background-color: #223449;
}
.BgClassName
{
background-color: #223449;
}
</style>
border-color css
<style>
span { border-color: #223449; }
span { border-color: rgb(34,52,73); }
td.TdClassName
{
border-color: #223449;
}
.TagClassName
{
border-color: #223449;
}
</style>