Shades of Nordic #052E34
Tints of Nordic #052E34
RGB
CMYK
RGB Variations
Color information
#052E34 (or 0x052E34) is known color: Nordic. HEX triplet: 05, 2E and 34. RGB value is (5,46,52). Sum of RGB (Red+Green+Blue) = 5+46+52=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #052E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E34 is #FAD1CB. Grayscale: #222222. Windows color (decimal): -16437708 or 3419653. OLE color: 3419653.
HSL color Cylindrical-coordinate representation of color #052E34: hue angle of 187.66º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052E34 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 46 | 52 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.80 |
| HSL | 187.66º | 0.82% | 0.11% | - |
| HSV(B) | 187.66º | 0.9% | 0.2% | - |
| XYZ | 1.66 | 2.23 | 3.59 | - |
| YUV | 34.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 52 | 0.90 | 0.12 | 0 | 0.80 | 187.66 | 0.82 | 0.11 |
| Hex | 5 | 2E | 34 | 5A | C | 0 | 50 | BC | 52 | B |
| Octal | 5 | 56 | 64 | 132 | 14 | 0 | 120 | 274 | 122 | 13 |
| Binary | 101 | 101110 | 110100 | 1011010 | 1100 | 0 | 1010000 | 10111100 | 1010010 | 1011 |
Color Harmonies of #052E34
Complementary color
Monochromatic Colors of #052E34
Black with #052E34
Text Example
Text Example
White with #052E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E34; }
p { color: rgb(5,46,52); }
H1.HeaderClassName
{
color: #052E34;
}
.AnyTagClassName
{
color: #052E34;
}
</style>
background-color css
<style>
a { background-color: #052E34; }
a { background-color: rgb(5,46,52); }
div.DivClassName
{
background-color: #052E34;
}
.BgClassName
{
background-color: #052E34;
}
</style>
border-color css
<style>
span { border-color: #052E34; }
span { border-color: rgb(5,46,52); }
td.TdClassName
{
border-color: #052E34;
}
.TagClassName
{
border-color: #052E34;
}
</style>