Shades of Midnight #21344C
Tints of Midnight #21344C
RGB
CMYK
RGB Variations
Color information
#21344C (or 0x21344C) is known color: Midnight. HEX triplet: 21, 34 and 4C. RGB value is (33,52,76). Sum of RGB (Red+Green+Blue) = 33+52+76=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #21344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21344C is #DECBB3. Grayscale: #303030. Windows color (decimal): -14601140 or 4994081. OLE color: 4994081.
HSL color Cylindrical-coordinate representation of color #21344C: hue angle of 213.49º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21344C is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 52 | 76 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.70 |
| HSL | 213.49º | 0.39% | 0.21% | - |
| HSV(B) | 213.49º | 0.57% | 0.3% | - |
| XYZ | 3.16 | 3.3 | 7.31 | - |
| YUV | 49.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 76 | 0.57 | 0.32 | 0 | 0.70 | 213.49 | 0.39 | 0.21 |
| Hex | 21 | 34 | 4C | 39 | 20 | 0 | 46 | D5 | 27 | 15 |
| Octal | 41 | 64 | 114 | 71 | 40 | 0 | 106 | 325 | 47 | 25 |
| Binary | 100001 | 110100 | 1001100 | 111001 | 100000 | 0 | 1000110 | 11010101 | 100111 | 10101 |
Color Harmonies of #21344C
Complementary color
Monochromatic Colors of #21344C
Black with #21344C
Text Example
Text Example
White with #21344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21344C; }
p { color: rgb(33,52,76); }
H1.HeaderClassName
{
color: #21344C;
}
.AnyTagClassName
{
color: #21344C;
}
</style>
background-color css
<style>
a { background-color: #21344C; }
a { background-color: rgb(33,52,76); }
div.DivClassName
{
background-color: #21344C;
}
.BgClassName
{
background-color: #21344C;
}
</style>
border-color css
<style>
span { border-color: #21344C; }
span { border-color: rgb(33,52,76); }
td.TdClassName
{
border-color: #21344C;
}
.TagClassName
{
border-color: #21344C;
}
</style>