Shades of Nordic #223E3F
Tints of Nordic #223E3F
RGB
CMYK
RGB Variations
Color information
#223E3F (or 0x223E3F) is known color: Nordic. HEX triplet: 22, 3E and 3F. RGB value is (34,62,63). Sum of RGB (Red+Green+Blue) = 34+62+63=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #223E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223E3F is #DDC1C0. Grayscale: #353535. Windows color (decimal): -14533057 or 4144674. OLE color: 4144674.
HSL color Cylindrical-coordinate representation of color #223E3F: hue angle of 182.07º 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 #223E3F is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 62 | 63 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.75 |
| HSL | 182.07º | 0.3% | 0.19% | - |
| HSV(B) | 182.07º | 0.46% | 0.25% | - |
| XYZ | 3.28 | 4.14 | 5.33 | - |
| YUV | 53.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 63 | 0.46 | 0.02 | 0 | 0.75 | 182.07 | 0.3 | 0.19 |
| Hex | 22 | 3E | 3F | 2E | 2 | 0 | 4B | B6 | 1E | 13 |
| Octal | 42 | 76 | 77 | 56 | 2 | 0 | 113 | 266 | 36 | 23 |
| Binary | 100010 | 111110 | 111111 | 101110 | 10 | 0 | 1001011 | 10110110 | 11110 | 10011 |
Color Harmonies of #223E3F
Complementary color
Monochromatic Colors of #223E3F
Black with #223E3F
Text Example
Text Example
White with #223E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223E3F; }
p { color: rgb(34,62,63); }
H1.HeaderClassName
{
color: #223E3F;
}
.AnyTagClassName
{
color: #223E3F;
}
</style>
background-color css
<style>
a { background-color: #223E3F; }
a { background-color: rgb(34,62,63); }
div.DivClassName
{
background-color: #223E3F;
}
.BgClassName
{
background-color: #223E3F;
}
</style>
border-color css
<style>
span { border-color: #223E3F; }
span { border-color: rgb(34,62,63); }
td.TdClassName
{
border-color: #223E3F;
}
.TagClassName
{
border-color: #223E3F;
}
</style>