Shades of Nordic #11343A
Tints of Nordic #11343A
RGB
CMYK
RGB Variations
Color information
#11343A (or 0x11343A) is known color: Nordic. HEX triplet: 11, 34 and 3A. RGB value is (17,52,58). Sum of RGB (Red+Green+Blue) = 17+52+58=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #11343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11343A is #EECBC5. Grayscale: #2A2A2A. Windows color (decimal): -15649734 or 3814417. OLE color: 3814417.
HSL color Cylindrical-coordinate representation of color #11343A: hue angle of 188.78º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11343A is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 52 | 58 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.77 |
| HSL | 188.78º | 0.55% | 0.15% | - |
| HSV(B) | 188.78º | 0.71% | 0.23% | - |
| XYZ | 2.22 | 2.88 | 4.44 | - |
| YUV | 42.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 58 | 0.71 | 0.10 | 0 | 0.77 | 188.78 | 0.55 | 0.15 |
| Hex | 11 | 34 | 3A | 47 | A | 0 | 4D | BD | 37 | F |
| Octal | 21 | 64 | 72 | 107 | 12 | 0 | 115 | 275 | 67 | 17 |
| Binary | 10001 | 110100 | 111010 | 1000111 | 1010 | 0 | 1001101 | 10111101 | 110111 | 1111 |
Color Harmonies of #11343A
Complementary color
Monochromatic Colors of #11343A
Black with #11343A
Text Example
Text Example
White with #11343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11343A; }
p { color: rgb(17,52,58); }
H1.HeaderClassName
{
color: #11343A;
}
.AnyTagClassName
{
color: #11343A;
}
</style>
background-color css
<style>
a { background-color: #11343A; }
a { background-color: rgb(17,52,58); }
div.DivClassName
{
background-color: #11343A;
}
.BgClassName
{
background-color: #11343A;
}
</style>
border-color css
<style>
span { border-color: #11343A; }
span { border-color: rgb(17,52,58); }
td.TdClassName
{
border-color: #11343A;
}
.TagClassName
{
border-color: #11343A;
}
</style>