Shades of Midnight #223344
Tints of Midnight #223344
RGB
CMYK
RGB Variations
Color information
#223344 (or 0x223344) is known color: Midnight. HEX triplet: 22, 33 and 44. RGB value is (34,51,68). Sum of RGB (Red+Green+Blue) = 34+51+68=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #223344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223344 is #DDCCBB. Grayscale: #2F2F2F. Windows color (decimal): -14535868 or 4469538. OLE color: 4469538.
HSL color Cylindrical-coordinate representation of color #223344: hue angle of 210º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #223344 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 51 | 68 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.73 |
| HSL | 210º | 0.33% | 0.2% | - |
| HSV(B) | 210º | 0.5% | 0.27% | - |
| XYZ | 2.89 | 3.13 | 5.92 | - |
| YUV | 47.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 68 | 0.50 | 0.25 | 0 | 0.73 | 210 | 0.33 | 0.2 |
| Hex | 22 | 33 | 44 | 32 | 19 | 0 | 49 | D2 | 21 | 14 |
| Octal | 42 | 63 | 104 | 62 | 31 | 0 | 111 | 322 | 41 | 24 |
| Binary | 100010 | 110011 | 1000100 | 110010 | 11001 | 0 | 1001001 | 11010010 | 100001 | 10100 |
Color Harmonies of #223344
Complementary color
Monochromatic Colors of #223344
Black with #223344
Text Example
Text Example
White with #223344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223344; }
p { color: rgb(34,51,68); }
H1.HeaderClassName
{
color: #223344;
}
.AnyTagClassName
{
color: #223344;
}
</style>
background-color css
<style>
a { background-color: #223344; }
a { background-color: rgb(34,51,68); }
div.DivClassName
{
background-color: #223344;
}
.BgClassName
{
background-color: #223344;
}
</style>
border-color css
<style>
span { border-color: #223344; }
span { border-color: rgb(34,51,68); }
td.TdClassName
{
border-color: #223344;
}
.TagClassName
{
border-color: #223344;
}
</style>