Shades of Nordic #1D3E41
Tints of Nordic #1D3E41
RGB
CMYK
RGB Variations
Color information
#1D3E41 (or 0x1D3E41) is known color: Nordic. HEX triplet: 1D, 3E and 41. RGB value is (29,62,65). Sum of RGB (Red+Green+Blue) = 29+62+65=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D3E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E41 is #E2C1BE. Grayscale: #343434. Windows color (decimal): -14860735 or 4275741. OLE color: 4275741.
HSL color Cylindrical-coordinate representation of color #1D3E41: hue angle of 185º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D3E41 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 62 | 65 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.75 |
| HSL | 185º | 0.38% | 0.18% | - |
| HSV(B) | 185º | 0.55% | 0.25% | - |
| XYZ | 3.18 | 4.09 | 5.62 | - |
| YUV | 52.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 65 | 0.55 | 0.05 | 0 | 0.75 | 185 | 0.38 | 0.18 |
| Hex | 1D | 3E | 41 | 37 | 5 | 0 | 4B | B9 | 26 | 12 |
| Octal | 35 | 76 | 101 | 67 | 5 | 0 | 113 | 271 | 46 | 22 |
| Binary | 11101 | 111110 | 1000001 | 110111 | 101 | 0 | 1001011 | 10111001 | 100110 | 10010 |
Color Harmonies of #1D3E41
Complementary color
Monochromatic Colors of #1D3E41
Black with #1D3E41
Text Example
Text Example
White with #1D3E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E41; }
p { color: rgb(29,62,65); }
H1.HeaderClassName
{
color: #1D3E41;
}
.AnyTagClassName
{
color: #1D3E41;
}
</style>
background-color css
<style>
a { background-color: #1D3E41; }
a { background-color: rgb(29,62,65); }
div.DivClassName
{
background-color: #1D3E41;
}
.BgClassName
{
background-color: #1D3E41;
}
</style>
border-color css
<style>
span { border-color: #1D3E41; }
span { border-color: rgb(29,62,65); }
td.TdClassName
{
border-color: #1D3E41;
}
.TagClassName
{
border-color: #1D3E41;
}
</style>