Shades of Nordic #032C2F
Tints of Nordic #032C2F
RGB
CMYK
RGB Variations
Color information
#032C2F (or 0x032C2F) is known color: Nordic. HEX triplet: 03, 2C and 2F. RGB value is (3,44,47). Sum of RGB (Red+Green+Blue) = 3+44+47=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #032C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C2F is #FCD3D0. Grayscale: #202020. Windows color (decimal): -16569297 or 3091459. OLE color: 3091459.
HSL color Cylindrical-coordinate representation of color #032C2F: hue angle of 184.09º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032C2F is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 44 | 47 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.82 |
| HSL | 184.09º | 0.88% | 0.1% | - |
| HSV(B) | 184.09º | 0.94% | 0.18% | - |
| XYZ | 1.45 | 2.03 | 3 | - |
| YUV | 32.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 47 | 0.94 | 0.06 | 0 | 0.82 | 184.09 | 0.88 | 0.1 |
| Hex | 3 | 2C | 2F | 5E | 6 | 0 | 52 | B8 | 58 | A |
| Octal | 3 | 54 | 57 | 136 | 6 | 0 | 122 | 270 | 130 | 12 |
| Binary | 11 | 101100 | 101111 | 1011110 | 110 | 0 | 1010010 | 10111000 | 1011000 | 1010 |
Color Harmonies of #032C2F
Complementary color
Monochromatic Colors of #032C2F
Black with #032C2F
Text Example
Text Example
White with #032C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C2F; }
p { color: rgb(3,44,47); }
H1.HeaderClassName
{
color: #032C2F;
}
.AnyTagClassName
{
color: #032C2F;
}
</style>
background-color css
<style>
a { background-color: #032C2F; }
a { background-color: rgb(3,44,47); }
div.DivClassName
{
background-color: #032C2F;
}
.BgClassName
{
background-color: #032C2F;
}
</style>
border-color css
<style>
span { border-color: #032C2F; }
span { border-color: rgb(3,44,47); }
td.TdClassName
{
border-color: #032C2F;
}
.TagClassName
{
border-color: #032C2F;
}
</style>