Shades of Nordic #112E34
Tints of Nordic #112E34
RGB
CMYK
RGB Variations
Color information
#112E34 (or 0x112E34) is known color: Nordic. HEX triplet: 11, 2E and 34. RGB value is (17,46,52). Sum of RGB (Red+Green+Blue) = 17+46+52=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #112E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E34 is #EED1CB. Grayscale: #252525. Windows color (decimal): -15651276 or 3419665. OLE color: 3419665.
HSL color Cylindrical-coordinate representation of color #112E34: hue angle of 190.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112E34 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 46 | 52 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.80 |
| HSL | 190.29º | 0.51% | 0.14% | - |
| HSV(B) | 190.29º | 0.67% | 0.2% | - |
| XYZ | 1.83 | 2.32 | 3.6 | - |
| YUV | 38.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 52 | 0.67 | 0.12 | 0 | 0.80 | 190.29 | 0.51 | 0.14 |
| Hex | 11 | 2E | 34 | 43 | C | 0 | 50 | BE | 33 | E |
| Octal | 21 | 56 | 64 | 103 | 14 | 0 | 120 | 276 | 63 | 16 |
| Binary | 10001 | 101110 | 110100 | 1000011 | 1100 | 0 | 1010000 | 10111110 | 110011 | 1110 |
Color Harmonies of #112E34
Complementary color
Monochromatic Colors of #112E34
Black with #112E34
Text Example
Text Example
White with #112E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E34; }
p { color: rgb(17,46,52); }
H1.HeaderClassName
{
color: #112E34;
}
.AnyTagClassName
{
color: #112E34;
}
</style>
background-color css
<style>
a { background-color: #112E34; }
a { background-color: rgb(17,46,52); }
div.DivClassName
{
background-color: #112E34;
}
.BgClassName
{
background-color: #112E34;
}
</style>
border-color css
<style>
span { border-color: #112E34; }
span { border-color: rgb(17,46,52); }
td.TdClassName
{
border-color: #112E34;
}
.TagClassName
{
border-color: #112E34;
}
</style>