Shades of Nordic #042D3A
Tints of Nordic #042D3A
RGB
CMYK
RGB Variations
Color information
#042D3A (or 0x042D3A) is known color: Nordic. HEX triplet: 04, 2D and 3A. RGB value is (4,45,58). Sum of RGB (Red+Green+Blue) = 4+45+58=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #042D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D3A is #FBD2C5. Grayscale: #222222. Windows color (decimal): -16503494 or 3812612. OLE color: 3812612.
HSL color Cylindrical-coordinate representation of color #042D3A: hue angle of 194.44º 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 #042D3A is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 45 | 58 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.77 |
| HSL | 194.44º | 0.87% | 0.12% | - |
| HSV(B) | 194.44º | 0.93% | 0.23% | - |
| XYZ | 1.75 | 2.21 | 4.34 | - |
| YUV | 34.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 58 | 0.93 | 0.22 | 0 | 0.77 | 194.44 | 0.87 | 0.12 |
| Hex | 4 | 2D | 3A | 5D | 16 | 0 | 4D | C2 | 57 | C |
| Octal | 4 | 55 | 72 | 135 | 26 | 0 | 115 | 302 | 127 | 14 |
| Binary | 100 | 101101 | 111010 | 1011101 | 10110 | 0 | 1001101 | 11000010 | 1010111 | 1100 |
Color Harmonies of #042D3A
Complementary color
Monochromatic Colors of #042D3A
Black with #042D3A
Text Example
Text Example
White with #042D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D3A; }
p { color: rgb(4,45,58); }
H1.HeaderClassName
{
color: #042D3A;
}
.AnyTagClassName
{
color: #042D3A;
}
</style>
background-color css
<style>
a { background-color: #042D3A; }
a { background-color: rgb(4,45,58); }
div.DivClassName
{
background-color: #042D3A;
}
.BgClassName
{
background-color: #042D3A;
}
</style>
border-color css
<style>
span { border-color: #042D3A; }
span { border-color: rgb(4,45,58); }
td.TdClassName
{
border-color: #042D3A;
}
.TagClassName
{
border-color: #042D3A;
}
</style>