Shades of Nordic #032C32
Tints of Nordic #032C32
RGB
CMYK
RGB Variations
Color information
#032C32 (or 0x032C32) is known color: Nordic. HEX triplet: 03, 2C and 32. RGB value is (3,44,50). Sum of RGB (Red+Green+Blue) = 3+44+50=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #032C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C32 is #FCD3CD. Grayscale: #202020. Windows color (decimal): -16569294 or 3288067. OLE color: 3288067.
HSL color Cylindrical-coordinate representation of color #032C32: hue angle of 187.66º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032C32 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 44 | 50 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.80 |
| HSL | 187.66º | 0.89% | 0.1% | - |
| HSV(B) | 187.66º | 0.94% | 0.2% | - |
| XYZ | 1.51 | 2.05 | 3.33 | - |
| YUV | 32.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 50 | 0.94 | 0.12 | 0 | 0.80 | 187.66 | 0.89 | 0.1 |
| Hex | 3 | 2C | 32 | 5E | C | 0 | 50 | BC | 59 | A |
| Octal | 3 | 54 | 62 | 136 | 14 | 0 | 120 | 274 | 131 | 12 |
| Binary | 11 | 101100 | 110010 | 1011110 | 1100 | 0 | 1010000 | 10111100 | 1011001 | 1010 |
Color Harmonies of #032C32
Complementary color
Monochromatic Colors of #032C32
Black with #032C32
Text Example
Text Example
White with #032C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C32; }
p { color: rgb(3,44,50); }
H1.HeaderClassName
{
color: #032C32;
}
.AnyTagClassName
{
color: #032C32;
}
</style>
background-color css
<style>
a { background-color: #032C32; }
a { background-color: rgb(3,44,50); }
div.DivClassName
{
background-color: #032C32;
}
.BgClassName
{
background-color: #032C32;
}
</style>
border-color css
<style>
span { border-color: #032C32; }
span { border-color: rgb(3,44,50); }
td.TdClassName
{
border-color: #032C32;
}
.TagClassName
{
border-color: #032C32;
}
</style>