Shades of Nordic #032B2E
Tints of Nordic #032B2E
RGB
CMYK
RGB Variations
Color information
#032B2E (or 0x032B2E) is known color: Nordic. HEX triplet: 03, 2B and 2E. RGB value is (3,43,46). Sum of RGB (Red+Green+Blue) = 3+43+46=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 43 (17.19% from 255 or 46.74% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #032B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B2E is #FCD4D1. Grayscale: #1F1F1F. Windows color (decimal): -16569554 or 3025667. OLE color: 3025667.
HSL color Cylindrical-coordinate representation of color #032B2E: hue angle of 184.19º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032B2E is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 43 | 46 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.82 |
| HSL | 184.19º | 0.88% | 0.1% | - |
| HSV(B) | 184.19º | 0.93% | 0.18% | - |
| XYZ | 1.39 | 1.94 | 2.89 | - |
| YUV | 31.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 46 | 0.93 | 0.07 | 0 | 0.82 | 184.19 | 0.88 | 0.1 |
| Hex | 3 | 2B | 2E | 5D | 7 | 0 | 52 | B8 | 58 | A |
| Octal | 3 | 53 | 56 | 135 | 7 | 0 | 122 | 270 | 130 | 12 |
| Binary | 11 | 101011 | 101110 | 1011101 | 111 | 0 | 1010010 | 10111000 | 1011000 | 1010 |
Color Harmonies of #032B2E
Complementary color
Monochromatic Colors of #032B2E
Black with #032B2E
Text Example
Text Example
White with #032B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B2E; }
p { color: rgb(3,43,46); }
H1.HeaderClassName
{
color: #032B2E;
}
.AnyTagClassName
{
color: #032B2E;
}
</style>
background-color css
<style>
a { background-color: #032B2E; }
a { background-color: rgb(3,43,46); }
div.DivClassName
{
background-color: #032B2E;
}
.BgClassName
{
background-color: #032B2E;
}
</style>
border-color css
<style>
span { border-color: #032B2E; }
span { border-color: rgb(3,43,46); }
td.TdClassName
{
border-color: #032B2E;
}
.TagClassName
{
border-color: #032B2E;
}
</style>