Shades of Nordic #223A3C
Tints of Nordic #223A3C
RGB
CMYK
RGB Variations
Color information
#223A3C (or 0x223A3C) is known color: Nordic. HEX triplet: 22, 3A and 3C. RGB value is (34,58,60). Sum of RGB (Red+Green+Blue) = 34+58+60=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 60 - color contains mainly: blue. Hex color #223A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A3C is #DDC5C3. Grayscale: #333333. Windows color (decimal): -14534084 or 3947042. OLE color: 3947042.
HSL color Cylindrical-coordinate representation of color #223A3C: hue angle of 184.62º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #223A3C is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 58 | 60 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.76 |
| HSL | 184.62º | 0.28% | 0.18% | - |
| HSV(B) | 184.62º | 0.43% | 0.24% | - |
| XYZ | 2.99 | 3.69 | 4.83 | - |
| YUV | 51.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 60 | 0.43 | 0.03 | 0 | 0.76 | 184.62 | 0.28 | 0.18 |
| Hex | 22 | 3A | 3C | 2B | 3 | 0 | 4C | B9 | 1C | 12 |
| Octal | 42 | 72 | 74 | 53 | 3 | 0 | 114 | 271 | 34 | 22 |
| Binary | 100010 | 111010 | 111100 | 101011 | 11 | 0 | 1001100 | 10111001 | 11100 | 10010 |
Color Harmonies of #223A3C
Complementary color
Monochromatic Colors of #223A3C
Black with #223A3C
Text Example
Text Example
White with #223A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A3C; }
p { color: rgb(34,58,60); }
H1.HeaderClassName
{
color: #223A3C;
}
.AnyTagClassName
{
color: #223A3C;
}
</style>
background-color css
<style>
a { background-color: #223A3C; }
a { background-color: rgb(34,58,60); }
div.DivClassName
{
background-color: #223A3C;
}
.BgClassName
{
background-color: #223A3C;
}
</style>
border-color css
<style>
span { border-color: #223A3C; }
span { border-color: rgb(34,58,60); }
td.TdClassName
{
border-color: #223A3C;
}
.TagClassName
{
border-color: #223A3C;
}
</style>