Shades of Nordic #022D38
Tints of Nordic #022D38
RGB
CMYK
RGB Variations
Color information
#022D38 (or 0x022D38) is known color: Nordic. HEX triplet: 02, 2D and 38. RGB value is (2,45,56). Sum of RGB (Red+Green+Blue) = 2+45+56=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #022D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D38 is #FDD2C7. Grayscale: #212121. Windows color (decimal): -16634568 or 3681538. OLE color: 3681538.
HSL color Cylindrical-coordinate representation of color #022D38: hue angle of 192.22º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D38 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 45 | 56 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.78 |
| HSL | 192.22º | 0.93% | 0.11% | - |
| HSV(B) | 192.22º | 0.96% | 0.22% | - |
| XYZ | 1.68 | 2.18 | 4.07 | - |
| YUV | 33.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 56 | 0.96 | 0.20 | 0 | 0.78 | 192.22 | 0.93 | 0.11 |
| Hex | 2 | 2D | 38 | 60 | 14 | 0 | 4E | C0 | 5D | B |
| Octal | 2 | 55 | 70 | 140 | 24 | 0 | 116 | 300 | 135 | 13 |
| Binary | 10 | 101101 | 111000 | 1100000 | 10100 | 0 | 1001110 | 11000000 | 1011101 | 1011 |
Color Harmonies of #022D38
Complementary color
Monochromatic Colors of #022D38
Black with #022D38
Text Example
Text Example
White with #022D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D38; }
p { color: rgb(2,45,56); }
H1.HeaderClassName
{
color: #022D38;
}
.AnyTagClassName
{
color: #022D38;
}
</style>
background-color css
<style>
a { background-color: #022D38; }
a { background-color: rgb(2,45,56); }
div.DivClassName
{
background-color: #022D38;
}
.BgClassName
{
background-color: #022D38;
}
</style>
border-color css
<style>
span { border-color: #022D38; }
span { border-color: rgb(2,45,56); }
td.TdClassName
{
border-color: #022D38;
}
.TagClassName
{
border-color: #022D38;
}
</style>