Shades of Nordic #1C3A40
Tints of Nordic #1C3A40
RGB
CMYK
RGB Variations
Color information
#1C3A40 (or 0x1C3A40) is known color: Nordic. HEX triplet: 1C, 3A and 40. RGB value is (28,58,64). Sum of RGB (Red+Green+Blue) = 28+58+64=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #1C3A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3A40 is #E3C5BF. Grayscale: #313131. Windows color (decimal): -14927296 or 4209180. OLE color: 4209180.
HSL color Cylindrical-coordinate representation of color #1C3A40: hue angle of 190º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C3A40 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 58 | 64 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.75 |
| HSL | 190º | 0.39% | 0.18% | - |
| HSV(B) | 190º | 0.56% | 0.25% | - |
| XYZ | 2.92 | 3.64 | 5.4 | - |
| YUV | 49.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 64 | 0.56 | 0.09 | 0 | 0.75 | 190 | 0.39 | 0.18 |
| Hex | 1C | 3A | 40 | 38 | 9 | 0 | 4B | BE | 27 | 12 |
| Octal | 34 | 72 | 100 | 70 | 11 | 0 | 113 | 276 | 47 | 22 |
| Binary | 11100 | 111010 | 1000000 | 111000 | 1001 | 0 | 1001011 | 10111110 | 100111 | 10010 |
Color Harmonies of #1C3A40
Complementary color
Monochromatic Colors of #1C3A40
Black with #1C3A40
Text Example
Text Example
White with #1C3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3A40; }
p { color: rgb(28,58,64); }
H1.HeaderClassName
{
color: #1C3A40;
}
.AnyTagClassName
{
color: #1C3A40;
}
</style>
background-color css
<style>
a { background-color: #1C3A40; }
a { background-color: rgb(28,58,64); }
div.DivClassName
{
background-color: #1C3A40;
}
.BgClassName
{
background-color: #1C3A40;
}
</style>
border-color css
<style>
span { border-color: #1C3A40; }
span { border-color: rgb(28,58,64); }
td.TdClassName
{
border-color: #1C3A40;
}
.TagClassName
{
border-color: #1C3A40;
}
</style>