Shades of Nordic #082E34
Tints of Nordic #082E34
RGB
CMYK
RGB Variations
Color information
#082E34 (or 0x082E34) is known color: Nordic. HEX triplet: 08, 2E and 34. RGB value is (8,46,52). Sum of RGB (Red+Green+Blue) = 8+46+52=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #082E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E34 is #F7D1CB. Grayscale: #232323. Windows color (decimal): -16241100 or 3419656. OLE color: 3419656.
HSL color Cylindrical-coordinate representation of color #082E34: hue angle of 188.18º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082E34 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 46 | 52 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.80 |
| HSL | 188.18º | 0.73% | 0.12% | - |
| HSV(B) | 188.18º | 0.85% | 0.2% | - |
| XYZ | 1.7 | 2.25 | 3.59 | - |
| YUV | 35.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 52 | 0.85 | 0.12 | 0 | 0.80 | 188.18 | 0.73 | 0.12 |
| Hex | 8 | 2E | 34 | 55 | C | 0 | 50 | BC | 49 | C |
| Octal | 10 | 56 | 64 | 125 | 14 | 0 | 120 | 274 | 111 | 14 |
| Binary | 1000 | 101110 | 110100 | 1010101 | 1100 | 0 | 1010000 | 10111100 | 1001001 | 1100 |
Color Harmonies of #082E34
Complementary color
Monochromatic Colors of #082E34
Black with #082E34
Text Example
Text Example
White with #082E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E34; }
p { color: rgb(8,46,52); }
H1.HeaderClassName
{
color: #082E34;
}
.AnyTagClassName
{
color: #082E34;
}
</style>
background-color css
<style>
a { background-color: #082E34; }
a { background-color: rgb(8,46,52); }
div.DivClassName
{
background-color: #082E34;
}
.BgClassName
{
background-color: #082E34;
}
</style>
border-color css
<style>
span { border-color: #082E34; }
span { border-color: rgb(8,46,52); }
td.TdClassName
{
border-color: #082E34;
}
.TagClassName
{
border-color: #082E34;
}
</style>