Shades of Nordic #003134
Tints of Nordic #003134
RGB
CMYK
RGB Variations
Color information
#003134 (or 0x003134) is known color: Nordic. HEX triplet: 00, 31 and 34. RGB value is (0,49,52). Sum of RGB (Red+Green+Blue) = 0+49+52=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #003134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003134 is #FFCECB. Grayscale: #222222. Windows color (decimal): -16764620 or 3420416. OLE color: 3420416.
HSL color Cylindrical-coordinate representation of color #003134: hue angle of 183.46º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003134 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 49 | 52 | - |
| CMYK | 1 | 0.06 | 0 | 0.80 |
| HSL | 183.46º | 1% | 0.1% | - |
| HSV(B) | 183.46º | 1% | 0.2% | - |
| XYZ | 1.72 | 2.44 | 3.63 | - |
| YUV | 34.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 52 | 1 | 0.06 | 0 | 0.80 | 183.46 | 1 | 0.1 |
| Hex | 0 | 31 | 34 | 64 | 6 | 0 | 50 | B7 | 64 | A |
| Octal | 0 | 61 | 64 | 144 | 6 | 0 | 120 | 267 | 144 | 12 |
| Binary | 0 | 110001 | 110100 | 1100100 | 110 | 0 | 1010000 | 10110111 | 1100100 | 1010 |
Color Harmonies of #003134
Complementary color
Monochromatic Colors of #003134
Black with #003134
Text Example
Text Example
White with #003134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003134; }
p { color: rgb(0,49,52); }
H1.HeaderClassName
{
color: #003134;
}
.AnyTagClassName
{
color: #003134;
}
</style>
background-color css
<style>
a { background-color: #003134; }
a { background-color: rgb(0,49,52); }
div.DivClassName
{
background-color: #003134;
}
.BgClassName
{
background-color: #003134;
}
</style>
border-color css
<style>
span { border-color: #003134; }
span { border-color: rgb(0,49,52); }
td.TdClassName
{
border-color: #003134;
}
.TagClassName
{
border-color: #003134;
}
</style>