Shades of Nordic #002C37
Tints of Nordic #002C37
RGB
CMYK
RGB Variations
Color information
#002C37 (or 0x002C37) is known color: Nordic. HEX triplet: 00, 2C and 37. RGB value is (0,44,55). Sum of RGB (Red+Green+Blue) = 0+44+55=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #002C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C37 is #FFD3C8. Grayscale: #202020. Windows color (decimal): -16765897 or 3615744. OLE color: 3615744.
HSL color Cylindrical-coordinate representation of color #002C37: hue angle of 192º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C37 is Cyan = 1, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 44 | 55 | - |
| CMYK | 1 | 0.2 | 0 | 0.78 |
| HSL | 192º | 1% | 0.11% | - |
| HSV(B) | 192º | 1% | 0.22% | - |
| XYZ | 1.59 | 2.08 | 3.93 | - |
| YUV | 32.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 55 | 1 | 0.2 | 0 | 0.78 | 192 | 1 | 0.11 |
| Hex | 0 | 2C | 37 | 64 | 14 | 0 | 4E | C0 | 64 | B |
| Octal | 0 | 54 | 67 | 144 | 24 | 0 | 116 | 300 | 144 | 13 |
| Binary | 0 | 101100 | 110111 | 1100100 | 10100 | 0 | 1001110 | 11000000 | 1100100 | 1011 |
Color Harmonies of #002C37
Complementary color
Monochromatic Colors of #002C37
Black with #002C37
Text Example
Text Example
White with #002C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C37; }
p { color: rgb(0,44,55); }
H1.HeaderClassName
{
color: #002C37;
}
.AnyTagClassName
{
color: #002C37;
}
</style>
background-color css
<style>
a { background-color: #002C37; }
a { background-color: rgb(0,44,55); }
div.DivClassName
{
background-color: #002C37;
}
.BgClassName
{
background-color: #002C37;
}
</style>
border-color css
<style>
span { border-color: #002C37; }
span { border-color: rgb(0,44,55); }
td.TdClassName
{
border-color: #002C37;
}
.TagClassName
{
border-color: #002C37;
}
</style>