Shades of Nordic #223F42
Tints of Nordic #223F42
RGB
CMYK
RGB Variations
Color information
#223F42 (or 0x223F42) is known color: Nordic. HEX triplet: 22, 3F and 42. RGB value is (34,63,66). Sum of RGB (Red+Green+Blue) = 34+63+66=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: blue. Hex color #223F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F42 is #DDC0BD. Grayscale: #363636. Windows color (decimal): -14532798 or 4341538. OLE color: 4341538.
HSL color Cylindrical-coordinate representation of color #223F42: hue angle of 185.62º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #223F42 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 34 | 63 | 66 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.74 |
| HSL | 185.63º | 0.32% | 0.2% | - |
| HSV(B) | 185.63º | 0.48% | 0.26% | - |
| XYZ | 3.42 | 4.29 | 5.8 | - |
| YUV | 54.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 66 | 0.48 | 0.05 | 0 | 0.74 | 185.63 | 0.32 | 0.2 |
| Hex | 22 | 3F | 42 | 30 | 5 | 0 | 4A | BA | 20 | 14 |
| Octal | 42 | 77 | 102 | 60 | 5 | 0 | 112 | 272 | 40 | 24 |
| Binary | 100010 | 111111 | 1000010 | 110000 | 101 | 0 | 1001010 | 10111010 | 100000 | 10100 |
Color Harmonies of #223F42
Complementary color
Monochromatic Colors of #223F42
Black with #223F42
Text Example
Text Example
White with #223F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F42; }
p { color: rgb(34,63,66); }
H1.HeaderClassName
{
color: #223F42;
}
.AnyTagClassName
{
color: #223F42;
}
</style>
background-color css
<style>
a { background-color: #223F42; }
a { background-color: rgb(34,63,66); }
div.DivClassName
{
background-color: #223F42;
}
.BgClassName
{
background-color: #223F42;
}
</style>
border-color css
<style>
span { border-color: #223F42; }
span { border-color: rgb(34,63,66); }
td.TdClassName
{
border-color: #223F42;
}
.TagClassName
{
border-color: #223F42;
}
</style>