Shades of Nordic #223D3F
Tints of Nordic #223D3F
RGB
CMYK
RGB Variations
Color information
#223D3F (or 0x223D3F) is known color: Nordic. HEX triplet: 22, 3D and 3F. RGB value is (34,61,63). Sum of RGB (Red+Green+Blue) = 34+61+63=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #223D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D3F is #DDC2C0. Grayscale: #353535. Windows color (decimal): -14533313 or 4144418. OLE color: 4144418.
HSL color Cylindrical-coordinate representation of color #223D3F: hue angle of 184.14º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #223D3F is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 61 | 63 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.75 |
| HSL | 184.14º | 0.3% | 0.19% | - |
| HSV(B) | 184.14º | 0.46% | 0.25% | - |
| XYZ | 3.23 | 4.04 | 5.31 | - |
| YUV | 53.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 63 | 0.46 | 0.03 | 0 | 0.75 | 184.14 | 0.3 | 0.19 |
| Hex | 22 | 3D | 3F | 2E | 3 | 0 | 4B | B8 | 1E | 13 |
| Octal | 42 | 75 | 77 | 56 | 3 | 0 | 113 | 270 | 36 | 23 |
| Binary | 100010 | 111101 | 111111 | 101110 | 11 | 0 | 1001011 | 10111000 | 11110 | 10011 |
Color Harmonies of #223D3F
Complementary color
Monochromatic Colors of #223D3F
Black with #223D3F
Text Example
Text Example
White with #223D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D3F; }
p { color: rgb(34,61,63); }
H1.HeaderClassName
{
color: #223D3F;
}
.AnyTagClassName
{
color: #223D3F;
}
</style>
background-color css
<style>
a { background-color: #223D3F; }
a { background-color: rgb(34,61,63); }
div.DivClassName
{
background-color: #223D3F;
}
.BgClassName
{
background-color: #223D3F;
}
</style>
border-color css
<style>
span { border-color: #223D3F; }
span { border-color: rgb(34,61,63); }
td.TdClassName
{
border-color: #223D3F;
}
.TagClassName
{
border-color: #223D3F;
}
</style>