Shades of Nordic #052C30
Tints of Nordic #052C30
RGB
CMYK
RGB Variations
Color information
#052C30 (or 0x052C30) is known color: Nordic. HEX triplet: 05, 2C and 30. RGB value is (5,44,48). Sum of RGB (Red+Green+Blue) = 5+44+48=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #052C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C30 is #FAD3CF. Grayscale: #202020. Windows color (decimal): -16438224 or 3156997. OLE color: 3156997.
HSL color Cylindrical-coordinate representation of color #052C30: hue angle of 185.58º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052C30 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 44 | 48 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.81 |
| HSL | 185.58º | 0.81% | 0.1% | - |
| HSV(B) | 185.58º | 0.9% | 0.19% | - |
| XYZ | 1.5 | 2.05 | 3.11 | - |
| YUV | 32.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 48 | 0.90 | 0.08 | 0 | 0.81 | 185.58 | 0.81 | 0.1 |
| Hex | 5 | 2C | 30 | 5A | 8 | 0 | 51 | BA | 51 | A |
| Octal | 5 | 54 | 60 | 132 | 10 | 0 | 121 | 272 | 121 | 12 |
| Binary | 101 | 101100 | 110000 | 1011010 | 1000 | 0 | 1010001 | 10111010 | 1010001 | 1010 |
Color Harmonies of #052C30
Complementary color
Monochromatic Colors of #052C30
Black with #052C30
Text Example
Text Example
White with #052C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C30; }
p { color: rgb(5,44,48); }
H1.HeaderClassName
{
color: #052C30;
}
.AnyTagClassName
{
color: #052C30;
}
</style>
background-color css
<style>
a { background-color: #052C30; }
a { background-color: rgb(5,44,48); }
div.DivClassName
{
background-color: #052C30;
}
.BgClassName
{
background-color: #052C30;
}
</style>
border-color css
<style>
span { border-color: #052C30; }
span { border-color: rgb(5,44,48); }
td.TdClassName
{
border-color: #052C30;
}
.TagClassName
{
border-color: #052C30;
}
</style>