Shades of Nordic #083438
Tints of Nordic #083438
RGB
CMYK
RGB Variations
Color information
#083438 (or 0x083438) is known color: Nordic. HEX triplet: 08, 34 and 38. RGB value is (8,52,56). Sum of RGB (Red+Green+Blue) = 8+52+56=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #083438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083438 is #F7CBC7. Grayscale: #272727. Windows color (decimal): -16239560 or 3683336. OLE color: 3683336.
HSL color Cylindrical-coordinate representation of color #083438: hue angle of 185º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083438 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 52 | 56 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.78 |
| HSL | 185º | 0.75% | 0.13% | - |
| HSV(B) | 185º | 0.86% | 0.22% | - |
| XYZ | 2.04 | 2.79 | 4.17 | - |
| YUV | 39.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 56 | 0.86 | 0.07 | 0 | 0.78 | 185 | 0.75 | 0.13 |
| Hex | 8 | 34 | 38 | 56 | 7 | 0 | 4E | B9 | 4B | D |
| Octal | 10 | 64 | 70 | 126 | 7 | 0 | 116 | 271 | 113 | 15 |
| Binary | 1000 | 110100 | 111000 | 1010110 | 111 | 0 | 1001110 | 10111001 | 1001011 | 1101 |
Color Harmonies of #083438
Complementary color
Monochromatic Colors of #083438
Black with #083438
Text Example
Text Example
White with #083438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083438; }
p { color: rgb(8,52,56); }
H1.HeaderClassName
{
color: #083438;
}
.AnyTagClassName
{
color: #083438;
}
</style>
background-color css
<style>
a { background-color: #083438; }
a { background-color: rgb(8,52,56); }
div.DivClassName
{
background-color: #083438;
}
.BgClassName
{
background-color: #083438;
}
</style>
border-color css
<style>
span { border-color: #083438; }
span { border-color: rgb(8,52,56); }
td.TdClassName
{
border-color: #083438;
}
.TagClassName
{
border-color: #083438;
}
</style>