Shades of Nordic #22393B
Tints of Nordic #22393B
RGB
CMYK
RGB Variations
Color information
#22393B (or 0x22393B) is known color: Nordic. HEX triplet: 22, 39 and 3B. RGB value is (34,57,59). Sum of RGB (Red+Green+Blue) = 34+57+59=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 59 - color contains mainly: blue. Hex color #22393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22393B is #DDC6C4. Grayscale: #323232. Windows color (decimal): -14534341 or 3881250. OLE color: 3881250.
HSL color Cylindrical-coordinate representation of color #22393B: hue angle of 184.8º 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 #22393B is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 57 | 59 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.77 |
| HSL | 184.8º | 0.27% | 0.18% | - |
| HSV(B) | 184.8º | 0.42% | 0.23% | - |
| XYZ | 2.91 | 3.58 | 4.68 | - |
| YUV | 50.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 59 | 0.42 | 0.03 | 0 | 0.77 | 184.8 | 0.27 | 0.18 |
| Hex | 22 | 39 | 3B | 2A | 3 | 0 | 4D | B9 | 1B | 12 |
| Octal | 42 | 71 | 73 | 52 | 3 | 0 | 115 | 271 | 33 | 22 |
| Binary | 100010 | 111001 | 111011 | 101010 | 11 | 0 | 1001101 | 10111001 | 11011 | 10010 |
Color Harmonies of #22393B
Complementary color
Monochromatic Colors of #22393B
Black with #22393B
Text Example
Text Example
White with #22393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22393B; }
p { color: rgb(34,57,59); }
H1.HeaderClassName
{
color: #22393B;
}
.AnyTagClassName
{
color: #22393B;
}
</style>
background-color css
<style>
a { background-color: #22393B; }
a { background-color: rgb(34,57,59); }
div.DivClassName
{
background-color: #22393B;
}
.BgClassName
{
background-color: #22393B;
}
</style>
border-color css
<style>
span { border-color: #22393B; }
span { border-color: rgb(34,57,59); }
td.TdClassName
{
border-color: #22393B;
}
.TagClassName
{
border-color: #22393B;
}
</style>