Shades of Nordic #032F38
Tints of Nordic #032F38
RGB
CMYK
RGB Variations
Color information
#032F38 (or 0x032F38) is known color: Nordic. HEX triplet: 03, 2F and 38. RGB value is (3,47,56). Sum of RGB (Red+Green+Blue) = 3+47+56=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #032F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F38 is #FCD0C7. Grayscale: #222222. Windows color (decimal): -16568520 or 3682051. OLE color: 3682051.
HSL color Cylindrical-coordinate representation of color #032F38: hue angle of 190.19º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032F38 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 47 | 56 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.78 |
| HSL | 190.19º | 0.9% | 0.12% | - |
| HSV(B) | 190.19º | 0.95% | 0.22% | - |
| XYZ | 1.77 | 2.34 | 4.1 | - |
| YUV | 34.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 56 | 0.95 | 0.16 | 0 | 0.78 | 190.19 | 0.9 | 0.12 |
| Hex | 3 | 2F | 38 | 5F | 10 | 0 | 4E | BE | 5A | C |
| Octal | 3 | 57 | 70 | 137 | 20 | 0 | 116 | 276 | 132 | 14 |
| Binary | 11 | 101111 | 111000 | 1011111 | 10000 | 0 | 1001110 | 10111110 | 1011010 | 1100 |
Color Harmonies of #032F38
Complementary color
Monochromatic Colors of #032F38
Black with #032F38
Text Example
Text Example
White with #032F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F38; }
p { color: rgb(3,47,56); }
H1.HeaderClassName
{
color: #032F38;
}
.AnyTagClassName
{
color: #032F38;
}
</style>
background-color css
<style>
a { background-color: #032F38; }
a { background-color: rgb(3,47,56); }
div.DivClassName
{
background-color: #032F38;
}
.BgClassName
{
background-color: #032F38;
}
</style>
border-color css
<style>
span { border-color: #032F38; }
span { border-color: rgb(3,47,56); }
td.TdClassName
{
border-color: #032F38;
}
.TagClassName
{
border-color: #032F38;
}
</style>