Shades of Nordic #223A3E
Tints of Nordic #223A3E
RGB
CMYK
RGB Variations
Color information
#223A3E (or 0x223A3E) is known color: Nordic. HEX triplet: 22, 3A and 3E. RGB value is (34,58,62). Sum of RGB (Red+Green+Blue) = 34+58+62=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #223A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A3E is #DDC5C1. Grayscale: #333333. Windows color (decimal): -14534082 or 4078114. OLE color: 4078114.
HSL color Cylindrical-coordinate representation of color #223A3E: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #223A3E is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 58 | 62 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.76 |
| HSL | 188.57º | 0.29% | 0.19% | - |
| HSV(B) | 188.57º | 0.45% | 0.24% | - |
| XYZ | 3.04 | 3.71 | 5.11 | - |
| YUV | 51.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 62 | 0.45 | 0.06 | 0 | 0.76 | 188.57 | 0.29 | 0.19 |
| Hex | 22 | 3A | 3E | 2D | 6 | 0 | 4C | BD | 1D | 13 |
| Octal | 42 | 72 | 76 | 55 | 6 | 0 | 114 | 275 | 35 | 23 |
| Binary | 100010 | 111010 | 111110 | 101101 | 110 | 0 | 1001100 | 10111101 | 11101 | 10011 |
Color Harmonies of #223A3E
Complementary color
Monochromatic Colors of #223A3E
Black with #223A3E
Text Example
Text Example
White with #223A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A3E; }
p { color: rgb(34,58,62); }
H1.HeaderClassName
{
color: #223A3E;
}
.AnyTagClassName
{
color: #223A3E;
}
</style>
background-color css
<style>
a { background-color: #223A3E; }
a { background-color: rgb(34,58,62); }
div.DivClassName
{
background-color: #223A3E;
}
.BgClassName
{
background-color: #223A3E;
}
</style>
border-color css
<style>
span { border-color: #223A3E; }
span { border-color: rgb(34,58,62); }
td.TdClassName
{
border-color: #223A3E;
}
.TagClassName
{
border-color: #223A3E;
}
</style>