Shades of Midnight #21354C
Tints of Midnight #21354C
RGB
CMYK
RGB Variations
Color information
#21354C (or 0x21354C) is known color: Midnight. HEX triplet: 21, 35 and 4C. RGB value is (33,53,76). Sum of RGB (Red+Green+Blue) = 33+53+76=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #21354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21354C is #DECAB3. Grayscale: #313131. Windows color (decimal): -14600884 or 4994337. OLE color: 4994337.
HSL color Cylindrical-coordinate representation of color #21354C: hue angle of 212.09º 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 #21354C is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 53 | 76 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.70 |
| HSL | 212.09º | 0.39% | 0.21% | - |
| HSV(B) | 212.09º | 0.57% | 0.3% | - |
| XYZ | 3.2 | 3.39 | 7.32 | - |
| YUV | 49.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 76 | 0.57 | 0.30 | 0 | 0.70 | 212.09 | 0.39 | 0.21 |
| Hex | 21 | 35 | 4C | 39 | 1E | 0 | 46 | D4 | 27 | 15 |
| Octal | 41 | 65 | 114 | 71 | 36 | 0 | 106 | 324 | 47 | 25 |
| Binary | 100001 | 110101 | 1001100 | 111001 | 11110 | 0 | 1000110 | 11010100 | 100111 | 10101 |
Color Harmonies of #21354C
Complementary color
Monochromatic Colors of #21354C
Black with #21354C
Text Example
Text Example
White with #21354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21354C; }
p { color: rgb(33,53,76); }
H1.HeaderClassName
{
color: #21354C;
}
.AnyTagClassName
{
color: #21354C;
}
</style>
background-color css
<style>
a { background-color: #21354C; }
a { background-color: rgb(33,53,76); }
div.DivClassName
{
background-color: #21354C;
}
.BgClassName
{
background-color: #21354C;
}
</style>
border-color css
<style>
span { border-color: #21354C; }
span { border-color: rgb(33,53,76); }
td.TdClassName
{
border-color: #21354C;
}
.TagClassName
{
border-color: #21354C;
}
</style>