Shades of Nordic #002B37
Tints of Nordic #002B37
RGB
CMYK
RGB Variations
Color information
#002B37 (or 0x002B37) is known color: Nordic. HEX triplet: 00, 2B and 37. RGB value is (0,43,55). Sum of RGB (Red+Green+Blue) = 0+43+55=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 55 (21.88% from 255 or 56.12% from 98); Max value from RGB is 55 - color contains mainly: blue. Hex color #002B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B37 is #FFD4C8. Grayscale: #1F1F1F. Windows color (decimal): -16766153 or 3615488. OLE color: 3615488.
HSL color Cylindrical-coordinate representation of color #002B37: hue angle of 193.09º 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 #002B37 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 43 | 55 | - |
| CMYK | 1 | 0.22 | 0 | 0.78 |
| HSL | 193.09º | 1% | 0.11% | - |
| HSV(B) | 193.09º | 1% | 0.22% | - |
| XYZ | 1.55 | 2 | 3.92 | - |
| YUV | 31.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 55 | 1 | 0.22 | 0 | 0.78 | 193.09 | 1 | 0.11 |
| Hex | 0 | 2B | 37 | 64 | 16 | 0 | 4E | C1 | 64 | B |
| Octal | 0 | 53 | 67 | 144 | 26 | 0 | 116 | 301 | 144 | 13 |
| Binary | 0 | 101011 | 110111 | 1100100 | 10110 | 0 | 1001110 | 11000001 | 1100100 | 1011 |
Color Harmonies of #002B37
Complementary color
Monochromatic Colors of #002B37
Black with #002B37
Text Example
Text Example
White with #002B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B37; }
p { color: rgb(0,43,55); }
H1.HeaderClassName
{
color: #002B37;
}
.AnyTagClassName
{
color: #002B37;
}
</style>
background-color css
<style>
a { background-color: #002B37; }
a { background-color: rgb(0,43,55); }
div.DivClassName
{
background-color: #002B37;
}
.BgClassName
{
background-color: #002B37;
}
</style>
border-color css
<style>
span { border-color: #002B37; }
span { border-color: rgb(0,43,55); }
td.TdClassName
{
border-color: #002B37;
}
.TagClassName
{
border-color: #002B37;
}
</style>