Shades of Nordic #022E34
Tints of Nordic #022E34
RGB
CMYK
RGB Variations
Color information
#022E34 (or 0x022E34) is known color: Nordic. HEX triplet: 02, 2E and 34. RGB value is (2,46,52). Sum of RGB (Red+Green+Blue) = 2+46+52=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #022E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E34 is #FDD1CB. Grayscale: #212121. Windows color (decimal): -16634316 or 3419650. OLE color: 3419650.
HSL color Cylindrical-coordinate representation of color #022E34: hue angle of 187.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022E34 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 46 | 52 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.80 |
| HSL | 187.2º | 0.93% | 0.11% | - |
| HSV(B) | 187.2º | 0.96% | 0.2% | - |
| XYZ | 1.62 | 2.21 | 3.59 | - |
| YUV | 33.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 52 | 0.96 | 0.12 | 0 | 0.80 | 187.2 | 0.93 | 0.11 |
| Hex | 2 | 2E | 34 | 60 | C | 0 | 50 | BB | 5D | B |
| Octal | 2 | 56 | 64 | 140 | 14 | 0 | 120 | 273 | 135 | 13 |
| Binary | 10 | 101110 | 110100 | 1100000 | 1100 | 0 | 1010000 | 10111011 | 1011101 | 1011 |
Color Harmonies of #022E34
Complementary color
Monochromatic Colors of #022E34
Black with #022E34
Text Example
Text Example
White with #022E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E34; }
p { color: rgb(2,46,52); }
H1.HeaderClassName
{
color: #022E34;
}
.AnyTagClassName
{
color: #022E34;
}
</style>
background-color css
<style>
a { background-color: #022E34; }
a { background-color: rgb(2,46,52); }
div.DivClassName
{
background-color: #022E34;
}
.BgClassName
{
background-color: #022E34;
}
</style>
border-color css
<style>
span { border-color: #022E34; }
span { border-color: rgb(2,46,52); }
td.TdClassName
{
border-color: #022E34;
}
.TagClassName
{
border-color: #022E34;
}
</style>