Shades of Nordic #022C33
Tints of Nordic #022C33
RGB
CMYK
RGB Variations
Color information
#022C33 (or 0x022C33) is known color: Nordic. HEX triplet: 02, 2C and 33. RGB value is (2,44,51). Sum of RGB (Red+Green+Blue) = 2+44+51=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 51 (20.31% from 255 or 52.58% from 97); Max value from RGB is 51 - color contains mainly: blue. Hex color #022C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C33 is #FDD3CC. Grayscale: #202020. Windows color (decimal): -16634829 or 3353602. OLE color: 3353602.
HSL color Cylindrical-coordinate representation of color #022C33: hue angle of 188.57º 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 #022C33 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 44 | 51 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.8 |
| HSL | 188.57º | 0.92% | 0.1% | - |
| HSV(B) | 188.57º | 0.96% | 0.2% | - |
| XYZ | 1.52 | 2.05 | 3.45 | - |
| YUV | 32.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 51 | 0.96 | 0.14 | 0 | 0.8 | 188.57 | 0.92 | 0.1 |
| Hex | 2 | 2C | 33 | 60 | E | 0 | 50 | BD | 5C | A |
| Octal | 2 | 54 | 63 | 140 | 16 | 0 | 120 | 275 | 134 | 12 |
| Binary | 10 | 101100 | 110011 | 1100000 | 1110 | 0 | 1010000 | 10111101 | 1011100 | 1010 |
Color Harmonies of #022C33
Complementary color
Monochromatic Colors of #022C33
Black with #022C33
Text Example
Text Example
White with #022C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C33; }
p { color: rgb(2,44,51); }
H1.HeaderClassName
{
color: #022C33;
}
.AnyTagClassName
{
color: #022C33;
}
</style>
background-color css
<style>
a { background-color: #022C33; }
a { background-color: rgb(2,44,51); }
div.DivClassName
{
background-color: #022C33;
}
.BgClassName
{
background-color: #022C33;
}
</style>
border-color css
<style>
span { border-color: #022C33; }
span { border-color: rgb(2,44,51); }
td.TdClassName
{
border-color: #022C33;
}
.TagClassName
{
border-color: #022C33;
}
</style>