Shades of Nordic #062D32
Tints of Nordic #062D32
RGB
CMYK
RGB Variations
Color information
#062D32 (or 0x062D32) is known color: Nordic. HEX triplet: 06, 2D and 32. RGB value is (6,45,50). Sum of RGB (Red+Green+Blue) = 6+45+50=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #062D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D32 is #F9D2CD. Grayscale: #212121. Windows color (decimal): -16372430 or 3288326. OLE color: 3288326.
HSL color Cylindrical-coordinate representation of color #062D32: hue angle of 186.82º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062D32 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 45 | 50 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.80 |
| HSL | 186.82º | 0.79% | 0.11% | - |
| HSV(B) | 186.82º | 0.88% | 0.2% | - |
| XYZ | 1.59 | 2.15 | 3.35 | - |
| YUV | 33.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 50 | 0.88 | 0.10 | 0 | 0.80 | 186.82 | 0.79 | 0.11 |
| Hex | 6 | 2D | 32 | 58 | A | 0 | 50 | BB | 4F | B |
| Octal | 6 | 55 | 62 | 130 | 12 | 0 | 120 | 273 | 117 | 13 |
| Binary | 110 | 101101 | 110010 | 1011000 | 1010 | 0 | 1010000 | 10111011 | 1001111 | 1011 |
Color Harmonies of #062D32
Complementary color
Monochromatic Colors of #062D32
Black with #062D32
Text Example
Text Example
White with #062D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D32; }
p { color: rgb(6,45,50); }
H1.HeaderClassName
{
color: #062D32;
}
.AnyTagClassName
{
color: #062D32;
}
</style>
background-color css
<style>
a { background-color: #062D32; }
a { background-color: rgb(6,45,50); }
div.DivClassName
{
background-color: #062D32;
}
.BgClassName
{
background-color: #062D32;
}
</style>
border-color css
<style>
span { border-color: #062D32; }
span { border-color: rgb(6,45,50); }
td.TdClassName
{
border-color: #062D32;
}
.TagClassName
{
border-color: #062D32;
}
</style>