Shades of Nordic #1E3A40
Tints of Nordic #1E3A40
RGB
CMYK
RGB Variations
Color information
#1E3A40 (or 0x1E3A40) is known color: Nordic. HEX triplet: 1E, 3A and 40. RGB value is (30,58,64). Sum of RGB (Red+Green+Blue) = 30+58+64=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #1E3A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3A40 is #E1C5BF. Grayscale: #323232. Windows color (decimal): -14796224 or 4209182. OLE color: 4209182.
HSL color Cylindrical-coordinate representation of color #1E3A40: hue angle of 190.59º 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 #1E3A40 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 58 | 64 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.75 |
| HSL | 190.59º | 0.36% | 0.18% | - |
| HSV(B) | 190.59º | 0.53% | 0.25% | - |
| XYZ | 2.97 | 3.67 | 5.4 | - |
| YUV | 50.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 64 | 0.53 | 0.09 | 0 | 0.75 | 190.59 | 0.36 | 0.18 |
| Hex | 1E | 3A | 40 | 35 | 9 | 0 | 4B | BF | 24 | 12 |
| Octal | 36 | 72 | 100 | 65 | 11 | 0 | 113 | 277 | 44 | 22 |
| Binary | 11110 | 111010 | 1000000 | 110101 | 1001 | 0 | 1001011 | 10111111 | 100100 | 10010 |
Color Harmonies of #1E3A40
Complementary color
Monochromatic Colors of #1E3A40
Black with #1E3A40
Text Example
Text Example
White with #1E3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3A40; }
p { color: rgb(30,58,64); }
H1.HeaderClassName
{
color: #1E3A40;
}
.AnyTagClassName
{
color: #1E3A40;
}
</style>
background-color css
<style>
a { background-color: #1E3A40; }
a { background-color: rgb(30,58,64); }
div.DivClassName
{
background-color: #1E3A40;
}
.BgClassName
{
background-color: #1E3A40;
}
</style>
border-color css
<style>
span { border-color: #1E3A40; }
span { border-color: rgb(30,58,64); }
td.TdClassName
{
border-color: #1E3A40;
}
.TagClassName
{
border-color: #1E3A40;
}
</style>