Shades of Nordic #05343E
Tints of Nordic #05343E
RGB
CMYK
RGB Variations
Color information
#05343E (or 0x05343E) is known color: Nordic. HEX triplet: 05, 34 and 3E. RGB value is (5,52,62). Sum of RGB (Red+Green+Blue) = 5+52+62=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #05343E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05343E is #FACBC1. Grayscale: #272727. Windows color (decimal): -16436162 or 4076549. OLE color: 4076549.
HSL color Cylindrical-coordinate representation of color #05343E: hue angle of 190.53º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05343E is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 52 | 62 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.76 |
| HSL | 190.53º | 0.85% | 0.13% | - |
| HSV(B) | 190.53º | 0.92% | 0.24% | - |
| XYZ | 2.16 | 2.84 | 4.99 | - |
| YUV | 39.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 62 | 0.92 | 0.16 | 0 | 0.76 | 190.53 | 0.85 | 0.13 |
| Hex | 5 | 34 | 3E | 5C | 10 | 0 | 4C | BF | 55 | D |
| Octal | 5 | 64 | 76 | 134 | 20 | 0 | 114 | 277 | 125 | 15 |
| Binary | 101 | 110100 | 111110 | 1011100 | 10000 | 0 | 1001100 | 10111111 | 1010101 | 1101 |
Color Harmonies of #05343E
Complementary color
Monochromatic Colors of #05343E
Black with #05343E
Text Example
Text Example
White with #05343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05343E; }
p { color: rgb(5,52,62); }
H1.HeaderClassName
{
color: #05343E;
}
.AnyTagClassName
{
color: #05343E;
}
</style>
background-color css
<style>
a { background-color: #05343E; }
a { background-color: rgb(5,52,62); }
div.DivClassName
{
background-color: #05343E;
}
.BgClassName
{
background-color: #05343E;
}
</style>
border-color css
<style>
span { border-color: #05343E; }
span { border-color: rgb(5,52,62); }
td.TdClassName
{
border-color: #05343E;
}
.TagClassName
{
border-color: #05343E;
}
</style>