Shades of Nordic #032B2F
Tints of Nordic #032B2F
RGB
CMYK
RGB Variations
Color information
#032B2F (or 0x032B2F) is known color: Nordic. HEX triplet: 03, 2B and 2F. RGB value is (3,43,47). Sum of RGB (Red+Green+Blue) = 3+43+47=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #032B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B2F is #FCD4D0. Grayscale: #1F1F1F. Windows color (decimal): -16569553 or 3091203. OLE color: 3091203.
HSL color Cylindrical-coordinate representation of color #032B2F: hue angle of 185.45º 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 #032B2F is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 43 | 47 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.82 |
| HSL | 185.45º | 0.88% | 0.1% | - |
| HSV(B) | 185.45º | 0.94% | 0.18% | - |
| XYZ | 1.41 | 1.95 | 2.99 | - |
| YUV | 31.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 47 | 0.94 | 0.09 | 0 | 0.82 | 185.45 | 0.88 | 0.1 |
| Hex | 3 | 2B | 2F | 5E | 9 | 0 | 52 | B9 | 58 | A |
| Octal | 3 | 53 | 57 | 136 | 11 | 0 | 122 | 271 | 130 | 12 |
| Binary | 11 | 101011 | 101111 | 1011110 | 1001 | 0 | 1010010 | 10111001 | 1011000 | 1010 |
Color Harmonies of #032B2F
Complementary color
Monochromatic Colors of #032B2F
Black with #032B2F
Text Example
Text Example
White with #032B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B2F; }
p { color: rgb(3,43,47); }
H1.HeaderClassName
{
color: #032B2F;
}
.AnyTagClassName
{
color: #032B2F;
}
</style>
background-color css
<style>
a { background-color: #032B2F; }
a { background-color: rgb(3,43,47); }
div.DivClassName
{
background-color: #032B2F;
}
.BgClassName
{
background-color: #032B2F;
}
</style>
border-color css
<style>
span { border-color: #032B2F; }
span { border-color: rgb(3,43,47); }
td.TdClassName
{
border-color: #032B2F;
}
.TagClassName
{
border-color: #032B2F;
}
</style>