Shades of Nordic #042E3B
Tints of Nordic #042E3B
RGB
CMYK
RGB Variations
Color information
#042E3B (or 0x042E3B) is known color: Nordic. HEX triplet: 04, 2E and 3B. RGB value is (4,46,59). Sum of RGB (Red+Green+Blue) = 4+46+59=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #042E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E3B is #FBD1C4. Grayscale: #222222. Windows color (decimal): -16503237 or 3878404. OLE color: 3878404.
HSL color Cylindrical-coordinate representation of color #042E3B: hue angle of 194.18º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042E3B is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 46 | 59 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.77 |
| HSL | 194.18º | 0.87% | 0.12% | - |
| HSV(B) | 194.18º | 0.93% | 0.23% | - |
| XYZ | 1.82 | 2.3 | 4.49 | - |
| YUV | 34.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 59 | 0.93 | 0.22 | 0 | 0.77 | 194.18 | 0.87 | 0.12 |
| Hex | 4 | 2E | 3B | 5D | 16 | 0 | 4D | C2 | 57 | C |
| Octal | 4 | 56 | 73 | 135 | 26 | 0 | 115 | 302 | 127 | 14 |
| Binary | 100 | 101110 | 111011 | 1011101 | 10110 | 0 | 1001101 | 11000010 | 1010111 | 1100 |
Color Harmonies of #042E3B
Complementary color
Monochromatic Colors of #042E3B
Black with #042E3B
Text Example
Text Example
White with #042E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E3B; }
p { color: rgb(4,46,59); }
H1.HeaderClassName
{
color: #042E3B;
}
.AnyTagClassName
{
color: #042E3B;
}
</style>
background-color css
<style>
a { background-color: #042E3B; }
a { background-color: rgb(4,46,59); }
div.DivClassName
{
background-color: #042E3B;
}
.BgClassName
{
background-color: #042E3B;
}
</style>
border-color css
<style>
span { border-color: #042E3B; }
span { border-color: rgb(4,46,59); }
td.TdClassName
{
border-color: #042E3B;
}
.TagClassName
{
border-color: #042E3B;
}
</style>