Shades of Nordic #023237
Tints of Nordic #023237
RGB
CMYK
RGB Variations
Color information
#023237 (or 0x023237) is known color: Nordic. HEX triplet: 02, 32 and 37. RGB value is (2,50,55). Sum of RGB (Red+Green+Blue) = 2+50+55=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #023237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023237 is #FDCDC8. Grayscale: #242424. Windows color (decimal): -16633289 or 3617282. OLE color: 3617282.
HSL color Cylindrical-coordinate representation of color #023237: hue angle of 185.66º 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 #023237 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 50 | 55 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.78 |
| HSL | 185.66º | 0.93% | 0.11% | - |
| HSV(B) | 185.66º | 0.96% | 0.22% | - |
| XYZ | 1.86 | 2.57 | 4.01 | - |
| YUV | 36.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 55 | 0.96 | 0.09 | 0 | 0.78 | 185.66 | 0.93 | 0.11 |
| Hex | 2 | 32 | 37 | 60 | 9 | 0 | 4E | BA | 5D | B |
| Octal | 2 | 62 | 67 | 140 | 11 | 0 | 116 | 272 | 135 | 13 |
| Binary | 10 | 110010 | 110111 | 1100000 | 1001 | 0 | 1001110 | 10111010 | 1011101 | 1011 |
Color Harmonies of #023237
Complementary color
Monochromatic Colors of #023237
Black with #023237
Text Example
Text Example
White with #023237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023237; }
p { color: rgb(2,50,55); }
H1.HeaderClassName
{
color: #023237;
}
.AnyTagClassName
{
color: #023237;
}
</style>
background-color css
<style>
a { background-color: #023237; }
a { background-color: rgb(2,50,55); }
div.DivClassName
{
background-color: #023237;
}
.BgClassName
{
background-color: #023237;
}
</style>
border-color css
<style>
span { border-color: #023237; }
span { border-color: rgb(2,50,55); }
td.TdClassName
{
border-color: #023237;
}
.TagClassName
{
border-color: #023237;
}
</style>