Shades of Nordic #1E3B40
Tints of Nordic #1E3B40
RGB
CMYK
RGB Variations
Color information
#1E3B40 (or 0x1E3B40) is known color: Nordic. HEX triplet: 1E, 3B and 40. RGB value is (30,59,64). Sum of RGB (Red+Green+Blue) = 30+59+64=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #1E3B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3B40 is #E1C4BF. Grayscale: #323232. Windows color (decimal): -14795968 or 4209438. OLE color: 4209438.
HSL color Cylindrical-coordinate representation of color #1E3B40: hue angle of 188.82º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E3B40 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 59 | 64 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.75 |
| HSL | 188.82º | 0.36% | 0.18% | - |
| HSV(B) | 188.82º | 0.53% | 0.25% | - |
| XYZ | 3.02 | 3.77 | 5.42 | - |
| YUV | 50.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 64 | 0.53 | 0.08 | 0 | 0.75 | 188.82 | 0.36 | 0.18 |
| Hex | 1E | 3B | 40 | 35 | 8 | 0 | 4B | BD | 24 | 12 |
| Octal | 36 | 73 | 100 | 65 | 10 | 0 | 113 | 275 | 44 | 22 |
| Binary | 11110 | 111011 | 1000000 | 110101 | 1000 | 0 | 1001011 | 10111101 | 100100 | 10010 |
Color Harmonies of #1E3B40
Complementary color
Monochromatic Colors of #1E3B40
Black with #1E3B40
Text Example
Text Example
White with #1E3B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3B40; }
p { color: rgb(30,59,64); }
H1.HeaderClassName
{
color: #1E3B40;
}
.AnyTagClassName
{
color: #1E3B40;
}
</style>
background-color css
<style>
a { background-color: #1E3B40; }
a { background-color: rgb(30,59,64); }
div.DivClassName
{
background-color: #1E3B40;
}
.BgClassName
{
background-color: #1E3B40;
}
</style>
border-color css
<style>
span { border-color: #1E3B40; }
span { border-color: rgb(30,59,64); }
td.TdClassName
{
border-color: #1E3B40;
}
.TagClassName
{
border-color: #1E3B40;
}
</style>