Shades of Nordic #223D40
Tints of Nordic #223D40
RGB
CMYK
RGB Variations
Color information
#223D40 (or 0x223D40) is known color: Nordic. HEX triplet: 22, 3D and 40. RGB value is (34,61,64). Sum of RGB (Red+Green+Blue) = 34+61+64=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #223D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D40 is #DDC2BF. Grayscale: #353535. Windows color (decimal): -14533312 or 4209954. OLE color: 4209954.
HSL color Cylindrical-coordinate representation of color #223D40: hue angle of 186º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #223D40 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 61 | 64 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.75 |
| HSL | 186º | 0.31% | 0.19% | - |
| HSV(B) | 186º | 0.47% | 0.25% | - |
| XYZ | 3.25 | 4.05 | 5.46 | - |
| YUV | 53.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 64 | 0.47 | 0.05 | 0 | 0.75 | 186 | 0.31 | 0.19 |
| Hex | 22 | 3D | 40 | 2F | 5 | 0 | 4B | BA | 1F | 13 |
| Octal | 42 | 75 | 100 | 57 | 5 | 0 | 113 | 272 | 37 | 23 |
| Binary | 100010 | 111101 | 1000000 | 101111 | 101 | 0 | 1001011 | 10111010 | 11111 | 10011 |
Color Harmonies of #223D40
Complementary color
Monochromatic Colors of #223D40
Black with #223D40
Text Example
Text Example
White with #223D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D40; }
p { color: rgb(34,61,64); }
H1.HeaderClassName
{
color: #223D40;
}
.AnyTagClassName
{
color: #223D40;
}
</style>
background-color css
<style>
a { background-color: #223D40; }
a { background-color: rgb(34,61,64); }
div.DivClassName
{
background-color: #223D40;
}
.BgClassName
{
background-color: #223D40;
}
</style>
border-color css
<style>
span { border-color: #223D40; }
span { border-color: rgb(34,61,64); }
td.TdClassName
{
border-color: #223D40;
}
.TagClassName
{
border-color: #223D40;
}
</style>