Shades of Nordic #042D36
Tints of Nordic #042D36
RGB
CMYK
RGB Variations
Color information
#042D36 (or 0x042D36) is known color: Nordic. HEX triplet: 04, 2D and 36. RGB value is (4,45,54). Sum of RGB (Red+Green+Blue) = 4+45+54=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 54 (21.48% from 255 or 52.43% from 103); Max value from RGB is 54 - color contains mainly: blue. Hex color #042D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D36 is #FBD2C9. Grayscale: #212121. Windows color (decimal): -16503498 or 3550468. OLE color: 3550468.
HSL color Cylindrical-coordinate representation of color #042D36: hue angle of 190.8º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042D36 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 45 | 54 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.79 |
| HSL | 190.8º | 0.86% | 0.11% | - |
| HSV(B) | 190.8º | 0.93% | 0.21% | - |
| XYZ | 1.65 | 2.17 | 3.82 | - |
| YUV | 33.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 54 | 0.93 | 0.17 | 0 | 0.79 | 190.8 | 0.86 | 0.11 |
| Hex | 4 | 2D | 36 | 5D | 11 | 0 | 4F | BF | 56 | B |
| Octal | 4 | 55 | 66 | 135 | 21 | 0 | 117 | 277 | 126 | 13 |
| Binary | 100 | 101101 | 110110 | 1011101 | 10001 | 0 | 1001111 | 10111111 | 1010110 | 1011 |
Color Harmonies of #042D36
Complementary color
Monochromatic Colors of #042D36
Black with #042D36
Text Example
Text Example
White with #042D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D36; }
p { color: rgb(4,45,54); }
H1.HeaderClassName
{
color: #042D36;
}
.AnyTagClassName
{
color: #042D36;
}
</style>
background-color css
<style>
a { background-color: #042D36; }
a { background-color: rgb(4,45,54); }
div.DivClassName
{
background-color: #042D36;
}
.BgClassName
{
background-color: #042D36;
}
</style>
border-color css
<style>
span { border-color: #042D36; }
span { border-color: rgb(4,45,54); }
td.TdClassName
{
border-color: #042D36;
}
.TagClassName
{
border-color: #042D36;
}
</style>