Shades of Nordic #08343F
Tints of Nordic #08343F
RGB
CMYK
RGB Variations
Color information
#08343F (or 0x08343F) is known color: Nordic. HEX triplet: 08, 34 and 3F. RGB value is (8,52,63). Sum of RGB (Red+Green+Blue) = 8+52+63=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #08343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08343F is #F7CBC0. Grayscale: #282828. Windows color (decimal): -16239553 or 4142088. OLE color: 4142088.
HSL color Cylindrical-coordinate representation of color #08343F: hue angle of 192º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08343F is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 52 | 63 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.75 |
| HSL | 192º | 0.77% | 0.14% | - |
| HSV(B) | 192º | 0.87% | 0.25% | - |
| XYZ | 2.23 | 2.87 | 5.14 | - |
| YUV | 40.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 63 | 0.87 | 0.17 | 0 | 0.75 | 192 | 0.77 | 0.14 |
| Hex | 8 | 34 | 3F | 57 | 11 | 0 | 4B | C0 | 4D | E |
| Octal | 10 | 64 | 77 | 127 | 21 | 0 | 113 | 300 | 115 | 16 |
| Binary | 1000 | 110100 | 111111 | 1010111 | 10001 | 0 | 1001011 | 11000000 | 1001101 | 1110 |
Color Harmonies of #08343F
Complementary color
Monochromatic Colors of #08343F
Black with #08343F
Text Example
Text Example
White with #08343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08343F; }
p { color: rgb(8,52,63); }
H1.HeaderClassName
{
color: #08343F;
}
.AnyTagClassName
{
color: #08343F;
}
</style>
background-color css
<style>
a { background-color: #08343F; }
a { background-color: rgb(8,52,63); }
div.DivClassName
{
background-color: #08343F;
}
.BgClassName
{
background-color: #08343F;
}
</style>
border-color css
<style>
span { border-color: #08343F; }
span { border-color: rgb(8,52,63); }
td.TdClassName
{
border-color: #08343F;
}
.TagClassName
{
border-color: #08343F;
}
</style>