Shades of Nordic #213F45
Tints of Nordic #213F45
RGB
CMYK
RGB Variations
Color information
#213F45 (or 0x213F45) is known color: Nordic. HEX triplet: 21, 3F and 45. RGB value is (33,63,69). Sum of RGB (Red+Green+Blue) = 33+63+69=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #213F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F45 is #DEC0BA. Grayscale: #363636. Windows color (decimal): -14598331 or 4538145. OLE color: 4538145.
HSL color Cylindrical-coordinate representation of color #213F45: hue angle of 190º 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 #213F45 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 63 | 69 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.73 |
| HSL | 190º | 0.35% | 0.2% | - |
| HSV(B) | 190º | 0.52% | 0.27% | - |
| XYZ | 3.48 | 4.31 | 6.28 | - |
| YUV | 54.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 69 | 0.52 | 0.09 | 0 | 0.73 | 190 | 0.35 | 0.2 |
| Hex | 21 | 3F | 45 | 34 | 9 | 0 | 49 | BE | 23 | 14 |
| Octal | 41 | 77 | 105 | 64 | 11 | 0 | 111 | 276 | 43 | 24 |
| Binary | 100001 | 111111 | 1000101 | 110100 | 1001 | 0 | 1001001 | 10111110 | 100011 | 10100 |
Color Harmonies of #213F45
Complementary color
Monochromatic Colors of #213F45
Black with #213F45
Text Example
Text Example
White with #213F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F45; }
p { color: rgb(33,63,69); }
H1.HeaderClassName
{
color: #213F45;
}
.AnyTagClassName
{
color: #213F45;
}
</style>
background-color css
<style>
a { background-color: #213F45; }
a { background-color: rgb(33,63,69); }
div.DivClassName
{
background-color: #213F45;
}
.BgClassName
{
background-color: #213F45;
}
</style>
border-color css
<style>
span { border-color: #213F45; }
span { border-color: rgb(33,63,69); }
td.TdClassName
{
border-color: #213F45;
}
.TagClassName
{
border-color: #213F45;
}
</style>