Shades of Midnight #213445
Tints of Midnight #213445
RGB
CMYK
RGB Variations
Color information
#213445 (or 0x213445) is known color: Midnight. HEX triplet: 21, 34 and 45. RGB value is (33,52,69). Sum of RGB (Red+Green+Blue) = 33+52+69=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 69 - color contains mainly: blue. Hex color #213445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213445 is #DECBBA. Grayscale: #303030. Windows color (decimal): -14601147 or 4535329. OLE color: 4535329.
HSL color Cylindrical-coordinate representation of color #213445: hue angle of 208.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #213445 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 52 | 69 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.73 |
| HSL | 208.33º | 0.35% | 0.2% | - |
| HSV(B) | 208.33º | 0.52% | 0.27% | - |
| XYZ | 2.93 | 3.21 | 6.1 | - |
| YUV | 48.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 69 | 0.52 | 0.25 | 0 | 0.73 | 208.33 | 0.35 | 0.2 |
| Hex | 21 | 34 | 45 | 34 | 19 | 0 | 49 | D0 | 23 | 14 |
| Octal | 41 | 64 | 105 | 64 | 31 | 0 | 111 | 320 | 43 | 24 |
| Binary | 100001 | 110100 | 1000101 | 110100 | 11001 | 0 | 1001001 | 11010000 | 100011 | 10100 |
Color Harmonies of #213445
Complementary color
Monochromatic Colors of #213445
Black with #213445
Text Example
Text Example
White with #213445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213445; }
p { color: rgb(33,52,69); }
H1.HeaderClassName
{
color: #213445;
}
.AnyTagClassName
{
color: #213445;
}
</style>
background-color css
<style>
a { background-color: #213445; }
a { background-color: rgb(33,52,69); }
div.DivClassName
{
background-color: #213445;
}
.BgClassName
{
background-color: #213445;
}
</style>
border-color css
<style>
span { border-color: #213445; }
span { border-color: rgb(33,52,69); }
td.TdClassName
{
border-color: #213445;
}
.TagClassName
{
border-color: #213445;
}
</style>