Shades of Nordic #21393C
Tints of Nordic #21393C
RGB
CMYK
RGB Variations
Color information
#21393C (or 0x21393C) is known color: Nordic. HEX triplet: 21, 39 and 3C. RGB value is (33,57,60). Sum of RGB (Red+Green+Blue) = 33+57+60=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #21393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21393C is #DEC6C3. Grayscale: #323232. Windows color (decimal): -14599876 or 3946785. OLE color: 3946785.
HSL color Cylindrical-coordinate representation of color #21393C: hue angle of 186.67º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21393C is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 57 | 60 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.76 |
| HSL | 186.67º | 0.29% | 0.18% | - |
| HSV(B) | 186.67º | 0.45% | 0.24% | - |
| XYZ | 2.91 | 3.58 | 4.81 | - |
| YUV | 50.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 60 | 0.45 | 0.05 | 0 | 0.76 | 186.67 | 0.29 | 0.18 |
| Hex | 21 | 39 | 3C | 2D | 5 | 0 | 4C | BB | 1D | 12 |
| Octal | 41 | 71 | 74 | 55 | 5 | 0 | 114 | 273 | 35 | 22 |
| Binary | 100001 | 111001 | 111100 | 101101 | 101 | 0 | 1001100 | 10111011 | 11101 | 10010 |
Color Harmonies of #21393C
Complementary color
Monochromatic Colors of #21393C
Black with #21393C
Text Example
Text Example
White with #21393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21393C; }
p { color: rgb(33,57,60); }
H1.HeaderClassName
{
color: #21393C;
}
.AnyTagClassName
{
color: #21393C;
}
</style>
background-color css
<style>
a { background-color: #21393C; }
a { background-color: rgb(33,57,60); }
div.DivClassName
{
background-color: #21393C;
}
.BgClassName
{
background-color: #21393C;
}
</style>
border-color css
<style>
span { border-color: #21393C; }
span { border-color: rgb(33,57,60); }
td.TdClassName
{
border-color: #21393C;
}
.TagClassName
{
border-color: #21393C;
}
</style>