Shades of Nordic #022C34
Tints of Nordic #022C34
RGB
CMYK
RGB Variations
Color information
#022C34 (or 0x022C34) is known color: Nordic. HEX triplet: 02, 2C and 34. RGB value is (2,44,52). Sum of RGB (Red+Green+Blue) = 2+44+52=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #022C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C34 is #FDD3CB. Grayscale: #202020. Windows color (decimal): -16634828 or 3419138. OLE color: 3419138.
HSL color Cylindrical-coordinate representation of color #022C34: hue angle of 189.6º 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 #022C34 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 44 | 52 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.80 |
| HSL | 189.6º | 0.93% | 0.11% | - |
| HSV(B) | 189.6º | 0.96% | 0.2% | - |
| XYZ | 1.55 | 2.06 | 3.57 | - |
| YUV | 32.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 52 | 0.96 | 0.15 | 0 | 0.80 | 189.6 | 0.93 | 0.11 |
| Hex | 2 | 2C | 34 | 60 | F | 0 | 50 | BE | 5D | B |
| Octal | 2 | 54 | 64 | 140 | 17 | 0 | 120 | 276 | 135 | 13 |
| Binary | 10 | 101100 | 110100 | 1100000 | 1111 | 0 | 1010000 | 10111110 | 1011101 | 1011 |
Color Harmonies of #022C34
Complementary color
Monochromatic Colors of #022C34
Black with #022C34
Text Example
Text Example
White with #022C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C34; }
p { color: rgb(2,44,52); }
H1.HeaderClassName
{
color: #022C34;
}
.AnyTagClassName
{
color: #022C34;
}
</style>
background-color css
<style>
a { background-color: #022C34; }
a { background-color: rgb(2,44,52); }
div.DivClassName
{
background-color: #022C34;
}
.BgClassName
{
background-color: #022C34;
}
</style>
border-color css
<style>
span { border-color: #022C34; }
span { border-color: rgb(2,44,52); }
td.TdClassName
{
border-color: #022C34;
}
.TagClassName
{
border-color: #022C34;
}
</style>