Shades of Nordic #08343B
Tints of Nordic #08343B
RGB
CMYK
RGB Variations
Color information
#08343B (or 0x08343B) is known color: Nordic. HEX triplet: 08, 34 and 3B. RGB value is (8,52,59). Sum of RGB (Red+Green+Blue) = 8+52+59=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #08343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08343B is #F7CBC4. Grayscale: #272727. Windows color (decimal): -16239557 or 3879944. OLE color: 3879944.
HSL color Cylindrical-coordinate representation of color #08343B: hue angle of 188.24º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08343B is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 52 | 59 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.77 |
| HSL | 188.24º | 0.76% | 0.13% | - |
| HSV(B) | 188.24º | 0.86% | 0.23% | - |
| XYZ | 2.12 | 2.82 | 4.57 | - |
| YUV | 39.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 59 | 0.86 | 0.12 | 0 | 0.77 | 188.24 | 0.76 | 0.13 |
| Hex | 8 | 34 | 3B | 56 | C | 0 | 4D | BC | 4C | D |
| Octal | 10 | 64 | 73 | 126 | 14 | 0 | 115 | 274 | 114 | 15 |
| Binary | 1000 | 110100 | 111011 | 1010110 | 1100 | 0 | 1001101 | 10111100 | 1001100 | 1101 |
Color Harmonies of #08343B
Complementary color
Monochromatic Colors of #08343B
Black with #08343B
Text Example
Text Example
White with #08343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08343B; }
p { color: rgb(8,52,59); }
H1.HeaderClassName
{
color: #08343B;
}
.AnyTagClassName
{
color: #08343B;
}
</style>
background-color css
<style>
a { background-color: #08343B; }
a { background-color: rgb(8,52,59); }
div.DivClassName
{
background-color: #08343B;
}
.BgClassName
{
background-color: #08343B;
}
</style>
border-color css
<style>
span { border-color: #08343B; }
span { border-color: rgb(8,52,59); }
td.TdClassName
{
border-color: #08343B;
}
.TagClassName
{
border-color: #08343B;
}
</style>