Shades of Nordic #052F34
Tints of Nordic #052F34
RGB
CMYK
RGB Variations
Color information
#052F34 (or 0x052F34) is known color: Nordic. HEX triplet: 05, 2F and 34. RGB value is (5,47,52). Sum of RGB (Red+Green+Blue) = 5+47+52=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #052F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F34 is #FAD0CB. Grayscale: #222222. Windows color (decimal): -16437452 or 3419909. OLE color: 3419909.
HSL color Cylindrical-coordinate representation of color #052F34: hue angle of 186.38º 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 #052F34 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 47 | 52 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.80 |
| HSL | 186.38º | 0.82% | 0.11% | - |
| HSV(B) | 186.38º | 0.9% | 0.2% | - |
| XYZ | 1.7 | 2.31 | 3.61 | - |
| YUV | 35.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 52 | 0.90 | 0.10 | 0 | 0.80 | 186.38 | 0.82 | 0.11 |
| Hex | 5 | 2F | 34 | 5A | A | 0 | 50 | BA | 52 | B |
| Octal | 5 | 57 | 64 | 132 | 12 | 0 | 120 | 272 | 122 | 13 |
| Binary | 101 | 101111 | 110100 | 1011010 | 1010 | 0 | 1010000 | 10111010 | 1010010 | 1011 |
Color Harmonies of #052F34
Complementary color
Monochromatic Colors of #052F34
Black with #052F34
Text Example
Text Example
White with #052F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F34; }
p { color: rgb(5,47,52); }
H1.HeaderClassName
{
color: #052F34;
}
.AnyTagClassName
{
color: #052F34;
}
</style>
background-color css
<style>
a { background-color: #052F34; }
a { background-color: rgb(5,47,52); }
div.DivClassName
{
background-color: #052F34;
}
.BgClassName
{
background-color: #052F34;
}
</style>
border-color css
<style>
span { border-color: #052F34; }
span { border-color: rgb(5,47,52); }
td.TdClassName
{
border-color: #052F34;
}
.TagClassName
{
border-color: #052F34;
}
</style>