Shades of Midnight #21344A
Tints of Midnight #21344A
RGB
CMYK
RGB Variations
Color information
#21344A (or 0x21344A) is known color: Midnight. HEX triplet: 21, 34 and 4A. RGB value is (33,52,74). Sum of RGB (Red+Green+Blue) = 33+52+74=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #21344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21344A is #DECBB5. Grayscale: #303030. Windows color (decimal): -14601142 or 4863009. OLE color: 4863009.
HSL color Cylindrical-coordinate representation of color #21344A: hue angle of 212.2º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21344A is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 52 | 74 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.71 |
| HSL | 212.2º | 0.38% | 0.21% | - |
| HSV(B) | 212.2º | 0.55% | 0.29% | - |
| XYZ | 3.09 | 3.27 | 6.95 | - |
| YUV | 48.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 74 | 0.55 | 0.30 | 0 | 0.71 | 212.2 | 0.38 | 0.21 |
| Hex | 21 | 34 | 4A | 37 | 1E | 0 | 47 | D4 | 26 | 15 |
| Octal | 41 | 64 | 112 | 67 | 36 | 0 | 107 | 324 | 46 | 25 |
| Binary | 100001 | 110100 | 1001010 | 110111 | 11110 | 0 | 1000111 | 11010100 | 100110 | 10101 |
Color Harmonies of #21344A
Complementary color
Monochromatic Colors of #21344A
Black with #21344A
Text Example
Text Example
White with #21344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21344A; }
p { color: rgb(33,52,74); }
H1.HeaderClassName
{
color: #21344A;
}
.AnyTagClassName
{
color: #21344A;
}
</style>
background-color css
<style>
a { background-color: #21344A; }
a { background-color: rgb(33,52,74); }
div.DivClassName
{
background-color: #21344A;
}
.BgClassName
{
background-color: #21344A;
}
</style>
border-color css
<style>
span { border-color: #21344A; }
span { border-color: rgb(33,52,74); }
td.TdClassName
{
border-color: #21344A;
}
.TagClassName
{
border-color: #21344A;
}
</style>