Shades of Nordic #042E34
Tints of Nordic #042E34
RGB
CMYK
RGB Variations
Color information
#042E34 (or 0x042E34) is known color: Nordic. HEX triplet: 04, 2E and 34. RGB value is (4,46,52). Sum of RGB (Red+Green+Blue) = 4+46+52=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #042E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E34 is #FBD1CB. Grayscale: #222222. Windows color (decimal): -16503244 or 3419652. OLE color: 3419652.
HSL color Cylindrical-coordinate representation of color #042E34: hue angle of 187.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042E34 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 46 | 52 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.80 |
| HSL | 187.5º | 0.86% | 0.11% | - |
| HSV(B) | 187.5º | 0.92% | 0.2% | - |
| XYZ | 1.65 | 2.23 | 3.59 | - |
| YUV | 34.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 52 | 0.92 | 0.12 | 0 | 0.80 | 187.5 | 0.86 | 0.11 |
| Hex | 4 | 2E | 34 | 5C | C | 0 | 50 | BC | 56 | B |
| Octal | 4 | 56 | 64 | 134 | 14 | 0 | 120 | 274 | 126 | 13 |
| Binary | 100 | 101110 | 110100 | 1011100 | 1100 | 0 | 1010000 | 10111100 | 1010110 | 1011 |
Color Harmonies of #042E34
Complementary color
Monochromatic Colors of #042E34
Black with #042E34
Text Example
Text Example
White with #042E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E34; }
p { color: rgb(4,46,52); }
H1.HeaderClassName
{
color: #042E34;
}
.AnyTagClassName
{
color: #042E34;
}
</style>
background-color css
<style>
a { background-color: #042E34; }
a { background-color: rgb(4,46,52); }
div.DivClassName
{
background-color: #042E34;
}
.BgClassName
{
background-color: #042E34;
}
</style>
border-color css
<style>
span { border-color: #042E34; }
span { border-color: rgb(4,46,52); }
td.TdClassName
{
border-color: #042E34;
}
.TagClassName
{
border-color: #042E34;
}
</style>