Shades of Nordic #022F3B
Tints of Nordic #022F3B
RGB
CMYK
RGB Variations
Color information
#022F3B (or 0x022F3B) is known color: Nordic. HEX triplet: 02, 2F and 3B. RGB value is (2,47,59). Sum of RGB (Red+Green+Blue) = 2+47+59=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #022F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F3B is #FDD0C4. Grayscale: #222222. Windows color (decimal): -16634053 or 3878658. OLE color: 3878658.
HSL color Cylindrical-coordinate representation of color #022F3B: hue angle of 192.63º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022F3B is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 47 | 59 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.77 |
| HSL | 192.63º | 0.93% | 0.12% | - |
| HSV(B) | 192.63º | 0.97% | 0.23% | - |
| XYZ | 1.83 | 2.36 | 4.5 | - |
| YUV | 34.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 59 | 0.97 | 0.20 | 0 | 0.77 | 192.63 | 0.93 | 0.12 |
| Hex | 2 | 2F | 3B | 61 | 14 | 0 | 4D | C1 | 5D | C |
| Octal | 2 | 57 | 73 | 141 | 24 | 0 | 115 | 301 | 135 | 14 |
| Binary | 10 | 101111 | 111011 | 1100001 | 10100 | 0 | 1001101 | 11000001 | 1011101 | 1100 |
Color Harmonies of #022F3B
Complementary color
Monochromatic Colors of #022F3B
Black with #022F3B
Text Example
Text Example
White with #022F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F3B; }
p { color: rgb(2,47,59); }
H1.HeaderClassName
{
color: #022F3B;
}
.AnyTagClassName
{
color: #022F3B;
}
</style>
background-color css
<style>
a { background-color: #022F3B; }
a { background-color: rgb(2,47,59); }
div.DivClassName
{
background-color: #022F3B;
}
.BgClassName
{
background-color: #022F3B;
}
</style>
border-color css
<style>
span { border-color: #022F3B; }
span { border-color: rgb(2,47,59); }
td.TdClassName
{
border-color: #022F3B;
}
.TagClassName
{
border-color: #022F3B;
}
</style>