Shades of Nordic #023233
Tints of Nordic #023233
RGB
CMYK
RGB Variations
Color information
#023233 (or 0x023233) is known color: Nordic. HEX triplet: 02, 32 and 33. RGB value is (2,50,51). Sum of RGB (Red+Green+Blue) = 2+50+51=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #023233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023233 is #FDCDCC. Grayscale: #232323. Windows color (decimal): -16633293 or 3355138. OLE color: 3355138.
HSL color Cylindrical-coordinate representation of color #023233: hue angle of 181.22º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023233 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 50 | 51 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.8 |
| HSL | 181.22º | 0.92% | 0.1% | - |
| HSV(B) | 181.22º | 0.96% | 0.2% | - |
| XYZ | 1.76 | 2.53 | 3.53 | - |
| YUV | 35.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 51 | 0.96 | 0.02 | 0 | 0.8 | 181.22 | 0.92 | 0.1 |
| Hex | 2 | 32 | 33 | 60 | 2 | 0 | 50 | B5 | 5C | A |
| Octal | 2 | 62 | 63 | 140 | 2 | 0 | 120 | 265 | 134 | 12 |
| Binary | 10 | 110010 | 110011 | 1100000 | 10 | 0 | 1010000 | 10110101 | 1011100 | 1010 |
Color Harmonies of #023233
Complementary color
Monochromatic Colors of #023233
Black with #023233
Text Example
Text Example
White with #023233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023233; }
p { color: rgb(2,50,51); }
H1.HeaderClassName
{
color: #023233;
}
.AnyTagClassName
{
color: #023233;
}
</style>
background-color css
<style>
a { background-color: #023233; }
a { background-color: rgb(2,50,51); }
div.DivClassName
{
background-color: #023233;
}
.BgClassName
{
background-color: #023233;
}
</style>
border-color css
<style>
span { border-color: #023233; }
span { border-color: rgb(2,50,51); }
td.TdClassName
{
border-color: #023233;
}
.TagClassName
{
border-color: #023233;
}
</style>