Shades of Nordic #032F34
Tints of Nordic #032F34
RGB
CMYK
RGB Variations
Color information
#032F34 (or 0x032F34) is known color: Nordic. HEX triplet: 03, 2F and 34. RGB value is (3,47,52). Sum of RGB (Red+Green+Blue) = 3+47+52=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #032F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F34 is #FCD0CB. Grayscale: #222222. Windows color (decimal): -16568524 or 3419907. OLE color: 3419907.
HSL color Cylindrical-coordinate representation of color #032F34: hue angle of 186.12º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032F34 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 47 | 52 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.80 |
| HSL | 186.12º | 0.89% | 0.11% | - |
| HSV(B) | 186.12º | 0.94% | 0.2% | - |
| XYZ | 1.67 | 2.3 | 3.6 | - |
| YUV | 34.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 52 | 0.94 | 0.10 | 0 | 0.80 | 186.12 | 0.89 | 0.11 |
| Hex | 3 | 2F | 34 | 5E | A | 0 | 50 | BA | 59 | B |
| Octal | 3 | 57 | 64 | 136 | 12 | 0 | 120 | 272 | 131 | 13 |
| Binary | 11 | 101111 | 110100 | 1011110 | 1010 | 0 | 1010000 | 10111010 | 1011001 | 1011 |
Color Harmonies of #032F34
Complementary color
Monochromatic Colors of #032F34
Black with #032F34
Text Example
Text Example
White with #032F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F34; }
p { color: rgb(3,47,52); }
H1.HeaderClassName
{
color: #032F34;
}
.AnyTagClassName
{
color: #032F34;
}
</style>
background-color css
<style>
a { background-color: #032F34; }
a { background-color: rgb(3,47,52); }
div.DivClassName
{
background-color: #032F34;
}
.BgClassName
{
background-color: #032F34;
}
</style>
border-color css
<style>
span { border-color: #032F34; }
span { border-color: rgb(3,47,52); }
td.TdClassName
{
border-color: #032F34;
}
.TagClassName
{
border-color: #032F34;
}
</style>