Shades of Nordic #032B34
Tints of Nordic #032B34
RGB
CMYK
RGB Variations
Color information
#032B34 (or 0x032B34) is known color: Nordic. HEX triplet: 03, 2B and 34. RGB value is (3,43,52). Sum of RGB (Red+Green+Blue) = 3+43+52=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #032B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B34 is #FCD4CB. Grayscale: #1F1F1F. Windows color (decimal): -16569548 or 3418883. OLE color: 3418883.
HSL color Cylindrical-coordinate representation of color #032B34: hue angle of 191.02º 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 #032B34 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 43 | 52 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.80 |
| HSL | 191.02º | 0.89% | 0.11% | - |
| HSV(B) | 191.02º | 0.94% | 0.2% | - |
| XYZ | 1.52 | 2 | 3.55 | - |
| YUV | 32.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 52 | 0.94 | 0.17 | 0 | 0.80 | 191.02 | 0.89 | 0.11 |
| Hex | 3 | 2B | 34 | 5E | 11 | 0 | 50 | BF | 59 | B |
| Octal | 3 | 53 | 64 | 136 | 21 | 0 | 120 | 277 | 131 | 13 |
| Binary | 11 | 101011 | 110100 | 1011110 | 10001 | 0 | 1010000 | 10111111 | 1011001 | 1011 |
Color Harmonies of #032B34
Complementary color
Monochromatic Colors of #032B34
Black with #032B34
Text Example
Text Example
White with #032B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B34; }
p { color: rgb(3,43,52); }
H1.HeaderClassName
{
color: #032B34;
}
.AnyTagClassName
{
color: #032B34;
}
</style>
background-color css
<style>
a { background-color: #032B34; }
a { background-color: rgb(3,43,52); }
div.DivClassName
{
background-color: #032B34;
}
.BgClassName
{
background-color: #032B34;
}
</style>
border-color css
<style>
span { border-color: #032B34; }
span { border-color: rgb(3,43,52); }
td.TdClassName
{
border-color: #032B34;
}
.TagClassName
{
border-color: #032B34;
}
</style>