Shades of Nordic #052D34
Tints of Nordic #052D34
RGB
CMYK
RGB Variations
Color information
#052D34 (or 0x052D34) is known color: Nordic. HEX triplet: 05, 2D and 34. RGB value is (5,45,52). Sum of RGB (Red+Green+Blue) = 5+45+52=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #052D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D34 is #FAD2CB. Grayscale: #212121. Windows color (decimal): -16437964 or 3419397. OLE color: 3419397.
HSL color Cylindrical-coordinate representation of color #052D34: hue angle of 188.94º 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 #052D34 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 45 | 52 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.80 |
| HSL | 188.94º | 0.82% | 0.11% | - |
| HSV(B) | 188.94º | 0.9% | 0.2% | - |
| XYZ | 1.62 | 2.16 | 3.58 | - |
| YUV | 33.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 52 | 0.90 | 0.13 | 0 | 0.80 | 188.94 | 0.82 | 0.11 |
| Hex | 5 | 2D | 34 | 5A | D | 0 | 50 | BD | 52 | B |
| Octal | 5 | 55 | 64 | 132 | 15 | 0 | 120 | 275 | 122 | 13 |
| Binary | 101 | 101101 | 110100 | 1011010 | 1101 | 0 | 1010000 | 10111101 | 1010010 | 1011 |
Color Harmonies of #052D34
Complementary color
Monochromatic Colors of #052D34
Black with #052D34
Text Example
Text Example
White with #052D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D34; }
p { color: rgb(5,45,52); }
H1.HeaderClassName
{
color: #052D34;
}
.AnyTagClassName
{
color: #052D34;
}
</style>
background-color css
<style>
a { background-color: #052D34; }
a { background-color: rgb(5,45,52); }
div.DivClassName
{
background-color: #052D34;
}
.BgClassName
{
background-color: #052D34;
}
</style>
border-color css
<style>
span { border-color: #052D34; }
span { border-color: rgb(5,45,52); }
td.TdClassName
{
border-color: #052D34;
}
.TagClassName
{
border-color: #052D34;
}
</style>