Shades of Nordic #223D3C
Tints of Nordic #223D3C
RGB
CMYK
RGB Variations
Color information
#223D3C (or 0x223D3C) is known color: Nordic. HEX triplet: 22, 3D and 3C. RGB value is (34,61,60). Sum of RGB (Red+Green+Blue) = 34+61+60=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #223D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D3C is #DDC2C3. Grayscale: #343434. Windows color (decimal): -14533316 or 3947810. OLE color: 3947810.
HSL color Cylindrical-coordinate representation of color #223D3C: hue angle of 177.78º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #223D3C is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 61 | 60 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.76 |
| HSL | 177.78º | 0.28% | 0.19% | - |
| HSV(B) | 177.78º | 0.44% | 0.24% | - |
| XYZ | 3.14 | 4 | 4.88 | - |
| YUV | 52.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 60 | 0.44 | 0 | 0.02 | 0.76 | 177.78 | 0.28 | 0.19 |
| Hex | 22 | 3D | 3C | 2C | 0 | 2 | 4C | B2 | 1C | 13 |
| Octal | 42 | 75 | 74 | 54 | 0 | 2 | 114 | 262 | 34 | 23 |
| Binary | 100010 | 111101 | 111100 | 101100 | 0 | 10 | 1001100 | 10110010 | 11100 | 10011 |
Color Harmonies of #223D3C
Complementary color
Monochromatic Colors of #223D3C
Black with #223D3C
Text Example
Text Example
White with #223D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D3C; }
p { color: rgb(34,61,60); }
H1.HeaderClassName
{
color: #223D3C;
}
.AnyTagClassName
{
color: #223D3C;
}
</style>
background-color css
<style>
a { background-color: #223D3C; }
a { background-color: rgb(34,61,60); }
div.DivClassName
{
background-color: #223D3C;
}
.BgClassName
{
background-color: #223D3C;
}
</style>
border-color css
<style>
span { border-color: #223D3C; }
span { border-color: rgb(34,61,60); }
td.TdClassName
{
border-color: #223D3C;
}
.TagClassName
{
border-color: #223D3C;
}
</style>