Shades of Nordic #022D35
Tints of Nordic #022D35
RGB
CMYK
RGB Variations
Color information
#022D35 (or 0x022D35) is known color: Nordic. HEX triplet: 02, 2D and 35. RGB value is (2,45,53). Sum of RGB (Red+Green+Blue) = 2+45+53=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 53 (21.09% from 255 or 53% from 100); Max value from RGB is 53 - color contains mainly: blue. Hex color #022D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D35 is #FDD2CA. Grayscale: #202020. Windows color (decimal): -16634571 or 3484930. OLE color: 3484930.
HSL color Cylindrical-coordinate representation of color #022D35: hue angle of 189.41º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D35 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 45 | 53 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.79 |
| HSL | 189.41º | 0.93% | 0.11% | - |
| HSV(B) | 189.41º | 0.96% | 0.21% | - |
| XYZ | 1.61 | 2.15 | 3.7 | - |
| YUV | 33.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 53 | 0.96 | 0.15 | 0 | 0.79 | 189.41 | 0.93 | 0.11 |
| Hex | 2 | 2D | 35 | 60 | F | 0 | 4F | BD | 5D | B |
| Octal | 2 | 55 | 65 | 140 | 17 | 0 | 117 | 275 | 135 | 13 |
| Binary | 10 | 101101 | 110101 | 1100000 | 1111 | 0 | 1001111 | 10111101 | 1011101 | 1011 |
Color Harmonies of #022D35
Complementary color
Monochromatic Colors of #022D35
Black with #022D35
Text Example
Text Example
White with #022D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D35; }
p { color: rgb(2,45,53); }
H1.HeaderClassName
{
color: #022D35;
}
.AnyTagClassName
{
color: #022D35;
}
</style>
background-color css
<style>
a { background-color: #022D35; }
a { background-color: rgb(2,45,53); }
div.DivClassName
{
background-color: #022D35;
}
.BgClassName
{
background-color: #022D35;
}
</style>
border-color css
<style>
span { border-color: #022D35; }
span { border-color: rgb(2,45,53); }
td.TdClassName
{
border-color: #022D35;
}
.TagClassName
{
border-color: #022D35;
}
</style>