Shades of Nordic #223A3B
Tints of Nordic #223A3B
RGB
CMYK
RGB Variations
Color information
#223A3B (or 0x223A3B) is known color: Nordic. HEX triplet: 22, 3A and 3B. RGB value is (34,58,59). Sum of RGB (Red+Green+Blue) = 34+58+59=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 59 - color contains mainly: blue. Hex color #223A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A3B is #DDC5C4. Grayscale: #323232. Windows color (decimal): -14534085 or 3881506. OLE color: 3881506.
HSL color Cylindrical-coordinate representation of color #223A3B: hue angle of 182.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #223A3B is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 58 | 59 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.77 |
| HSL | 182.4º | 0.27% | 0.18% | - |
| HSV(B) | 182.4º | 0.42% | 0.23% | - |
| XYZ | 2.96 | 3.68 | 4.69 | - |
| YUV | 50.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 59 | 0.42 | 0.02 | 0 | 0.77 | 182.4 | 0.27 | 0.18 |
| Hex | 22 | 3A | 3B | 2A | 2 | 0 | 4D | B6 | 1B | 12 |
| Octal | 42 | 72 | 73 | 52 | 2 | 0 | 115 | 266 | 33 | 22 |
| Binary | 100010 | 111010 | 111011 | 101010 | 10 | 0 | 1001101 | 10110110 | 11011 | 10010 |
Color Harmonies of #223A3B
Complementary color
Monochromatic Colors of #223A3B
Black with #223A3B
Text Example
Text Example
White with #223A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A3B; }
p { color: rgb(34,58,59); }
H1.HeaderClassName
{
color: #223A3B;
}
.AnyTagClassName
{
color: #223A3B;
}
</style>
background-color css
<style>
a { background-color: #223A3B; }
a { background-color: rgb(34,58,59); }
div.DivClassName
{
background-color: #223A3B;
}
.BgClassName
{
background-color: #223A3B;
}
</style>
border-color css
<style>
span { border-color: #223A3B; }
span { border-color: rgb(34,58,59); }
td.TdClassName
{
border-color: #223A3B;
}
.TagClassName
{
border-color: #223A3B;
}
</style>