Shades of Nordic #042E35
Tints of Nordic #042E35
RGB
CMYK
RGB Variations
Color information
#042E35 (or 0x042E35) is known color: Nordic. HEX triplet: 04, 2E and 35. RGB value is (4,46,53). Sum of RGB (Red+Green+Blue) = 4+46+53=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #042E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E35 is #FBD1CA. Grayscale: #222222. Windows color (decimal): -16503243 or 3485188. OLE color: 3485188.
HSL color Cylindrical-coordinate representation of color #042E35: hue angle of 188.57º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042E35 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 46 | 53 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.79 |
| HSL | 188.57º | 0.86% | 0.11% | - |
| HSV(B) | 188.57º | 0.92% | 0.21% | - |
| XYZ | 1.67 | 2.24 | 3.71 | - |
| YUV | 34.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 53 | 0.92 | 0.13 | 0 | 0.79 | 188.57 | 0.86 | 0.11 |
| Hex | 4 | 2E | 35 | 5C | D | 0 | 4F | BD | 56 | B |
| Octal | 4 | 56 | 65 | 134 | 15 | 0 | 117 | 275 | 126 | 13 |
| Binary | 100 | 101110 | 110101 | 1011100 | 1101 | 0 | 1001111 | 10111101 | 1010110 | 1011 |
Color Harmonies of #042E35
Complementary color
Monochromatic Colors of #042E35
Black with #042E35
Text Example
Text Example
White with #042E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E35; }
p { color: rgb(4,46,53); }
H1.HeaderClassName
{
color: #042E35;
}
.AnyTagClassName
{
color: #042E35;
}
</style>
background-color css
<style>
a { background-color: #042E35; }
a { background-color: rgb(4,46,53); }
div.DivClassName
{
background-color: #042E35;
}
.BgClassName
{
background-color: #042E35;
}
</style>
border-color css
<style>
span { border-color: #042E35; }
span { border-color: rgb(4,46,53); }
td.TdClassName
{
border-color: #042E35;
}
.TagClassName
{
border-color: #042E35;
}
</style>