Shades of Midnight #22364C
Tints of Midnight #22364C
RGB
CMYK
RGB Variations
Color information
#22364C (or 0x22364C) is known color: Midnight. HEX triplet: 22, 36 and 4C. RGB value is (34,54,76). Sum of RGB (Red+Green+Blue) = 34+54+76=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #22364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22364C is #DDC9B3. Grayscale: #323232. Windows color (decimal): -14535092 or 4994594. OLE color: 4994594.
HSL color Cylindrical-coordinate representation of color #22364C: hue angle of 211.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22364C is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 54 | 76 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.70 |
| HSL | 211.43º | 0.38% | 0.22% | - |
| HSV(B) | 211.43º | 0.55% | 0.3% | - |
| XYZ | 3.28 | 3.5 | 7.34 | - |
| YUV | 50.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 54 | 76 | 0.55 | 0.29 | 0 | 0.70 | 211.43 | 0.38 | 0.22 |
| Hex | 22 | 36 | 4C | 37 | 1D | 0 | 46 | D3 | 26 | 16 |
| Octal | 42 | 66 | 114 | 67 | 35 | 0 | 106 | 323 | 46 | 26 |
| Binary | 100010 | 110110 | 1001100 | 110111 | 11101 | 0 | 1000110 | 11010011 | 100110 | 10110 |
Color Harmonies of #22364C
Complementary color
Monochromatic Colors of #22364C
Black with #22364C
Text Example
Text Example
White with #22364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22364C; }
p { color: rgb(34,54,76); }
H1.HeaderClassName
{
color: #22364C;
}
.AnyTagClassName
{
color: #22364C;
}
</style>
background-color css
<style>
a { background-color: #22364C; }
a { background-color: rgb(34,54,76); }
div.DivClassName
{
background-color: #22364C;
}
.BgClassName
{
background-color: #22364C;
}
</style>
border-color css
<style>
span { border-color: #22364C; }
span { border-color: rgb(34,54,76); }
td.TdClassName
{
border-color: #22364C;
}
.TagClassName
{
border-color: #22364C;
}
</style>