Shades of Nordic #042E3A
Tints of Nordic #042E3A
RGB
CMYK
RGB Variations
Color information
#042E3A (or 0x042E3A) is known color: Nordic. HEX triplet: 04, 2E and 3A. RGB value is (4,46,58). Sum of RGB (Red+Green+Blue) = 4+46+58=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #042E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E3A is #FBD1C5. Grayscale: #222222. Windows color (decimal): -16503238 or 3812868. OLE color: 3812868.
HSL color Cylindrical-coordinate representation of color #042E3A: hue angle of 193.33º 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 #042E3A is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 46 | 58 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.77 |
| HSL | 193.33º | 0.87% | 0.12% | - |
| HSV(B) | 193.33º | 0.93% | 0.23% | - |
| XYZ | 1.79 | 2.29 | 4.35 | - |
| YUV | 34.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 58 | 0.93 | 0.21 | 0 | 0.77 | 193.33 | 0.87 | 0.12 |
| Hex | 4 | 2E | 3A | 5D | 15 | 0 | 4D | C1 | 57 | C |
| Octal | 4 | 56 | 72 | 135 | 25 | 0 | 115 | 301 | 127 | 14 |
| Binary | 100 | 101110 | 111010 | 1011101 | 10101 | 0 | 1001101 | 11000001 | 1010111 | 1100 |
Color Harmonies of #042E3A
Complementary color
Monochromatic Colors of #042E3A
Black with #042E3A
Text Example
Text Example
White with #042E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E3A; }
p { color: rgb(4,46,58); }
H1.HeaderClassName
{
color: #042E3A;
}
.AnyTagClassName
{
color: #042E3A;
}
</style>
background-color css
<style>
a { background-color: #042E3A; }
a { background-color: rgb(4,46,58); }
div.DivClassName
{
background-color: #042E3A;
}
.BgClassName
{
background-color: #042E3A;
}
</style>
border-color css
<style>
span { border-color: #042E3A; }
span { border-color: rgb(4,46,58); }
td.TdClassName
{
border-color: #042E3A;
}
.TagClassName
{
border-color: #042E3A;
}
</style>