Shades of Nordic #022E32
Tints of Nordic #022E32
RGB
CMYK
RGB Variations
Color information
#022E32 (or 0x022E32) is known color: Nordic. HEX triplet: 02, 2E and 32. RGB value is (2,46,50). Sum of RGB (Red+Green+Blue) = 2+46+50=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #022E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E32 is #FDD1CD. Grayscale: #212121. Windows color (decimal): -16634318 or 3288578. OLE color: 3288578.
HSL color Cylindrical-coordinate representation of color #022E32: hue angle of 185º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022E32 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 46 | 50 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.80 |
| HSL | 185º | 0.92% | 0.1% | - |
| HSV(B) | 185º | 0.96% | 0.2% | - |
| XYZ | 1.58 | 2.2 | 3.36 | - |
| YUV | 33.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 50 | 0.96 | 0.08 | 0 | 0.80 | 185 | 0.92 | 0.1 |
| Hex | 2 | 2E | 32 | 60 | 8 | 0 | 50 | B9 | 5C | A |
| Octal | 2 | 56 | 62 | 140 | 10 | 0 | 120 | 271 | 134 | 12 |
| Binary | 10 | 101110 | 110010 | 1100000 | 1000 | 0 | 1010000 | 10111001 | 1011100 | 1010 |
Color Harmonies of #022E32
Complementary color
Monochromatic Colors of #022E32
Black with #022E32
Text Example
Text Example
White with #022E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E32; }
p { color: rgb(2,46,50); }
H1.HeaderClassName
{
color: #022E32;
}
.AnyTagClassName
{
color: #022E32;
}
</style>
background-color css
<style>
a { background-color: #022E32; }
a { background-color: rgb(2,46,50); }
div.DivClassName
{
background-color: #022E32;
}
.BgClassName
{
background-color: #022E32;
}
</style>
border-color css
<style>
span { border-color: #022E32; }
span { border-color: rgb(2,46,50); }
td.TdClassName
{
border-color: #022E32;
}
.TagClassName
{
border-color: #022E32;
}
</style>