Shades of Nordic #002D3A
Tints of Nordic #002D3A
RGB
CMYK
RGB Variations
Color information
#002D3A (or 0x002D3A) is known color: Nordic. HEX triplet: 00, 2D and 3A. RGB value is (0,45,58). Sum of RGB (Red+Green+Blue) = 0+45+58=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #002D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D3A is #FFD2C5. Grayscale: #202020. Windows color (decimal): -16765638 or 3812608. OLE color: 3812608.
HSL color Cylindrical-coordinate representation of color #002D3A: hue angle of 193.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D3A is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 45 | 58 | - |
| CMYK | 1 | 0.22 | 0 | 0.77 |
| HSL | 193.45º | 1% | 0.11% | - |
| HSV(B) | 193.45º | 1% | 0.23% | - |
| XYZ | 1.7 | 2.18 | 4.33 | - |
| YUV | 33.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 58 | 1 | 0.22 | 0 | 0.77 | 193.45 | 1 | 0.11 |
| Hex | 0 | 2D | 3A | 64 | 16 | 0 | 4D | C1 | 64 | B |
| Octal | 0 | 55 | 72 | 144 | 26 | 0 | 115 | 301 | 144 | 13 |
| Binary | 0 | 101101 | 111010 | 1100100 | 10110 | 0 | 1001101 | 11000001 | 1100100 | 1011 |
Color Harmonies of #002D3A
Complementary color
Monochromatic Colors of #002D3A
Black with #002D3A
Text Example
Text Example
White with #002D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D3A; }
p { color: rgb(0,45,58); }
H1.HeaderClassName
{
color: #002D3A;
}
.AnyTagClassName
{
color: #002D3A;
}
</style>
background-color css
<style>
a { background-color: #002D3A; }
a { background-color: rgb(0,45,58); }
div.DivClassName
{
background-color: #002D3A;
}
.BgClassName
{
background-color: #002D3A;
}
</style>
border-color css
<style>
span { border-color: #002D3A; }
span { border-color: rgb(0,45,58); }
td.TdClassName
{
border-color: #002D3A;
}
.TagClassName
{
border-color: #002D3A;
}
</style>