Shades of Nordic #002E3C
Tints of Nordic #002E3C
RGB
CMYK
RGB Variations
Color information
#002E3C (or 0x002E3C) is known color: Nordic. HEX triplet: 00, 2E and 3C. RGB value is (0,46,60). Sum of RGB (Red+Green+Blue) = 0+46+60=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #002E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E3C is #FFD1C3. Grayscale: #212121. Windows color (decimal): -16765380 or 3943936. OLE color: 3943936.
HSL color Cylindrical-coordinate representation of color #002E3C: hue angle of 194º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E3C is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 46 | 60 | - |
| CMYK | 1 | 0.23 | 0 | 0.76 |
| HSL | 194º | 1% | 0.12% | - |
| HSV(B) | 194º | 1% | 0.24% | - |
| XYZ | 1.79 | 2.28 | 4.62 | - |
| YUV | 33.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 60 | 1 | 0.23 | 0 | 0.76 | 194 | 1 | 0.12 |
| Hex | 0 | 2E | 3C | 64 | 17 | 0 | 4C | C2 | 64 | C |
| Octal | 0 | 56 | 74 | 144 | 27 | 0 | 114 | 302 | 144 | 14 |
| Binary | 0 | 101110 | 111100 | 1100100 | 10111 | 0 | 1001100 | 11000010 | 1100100 | 1100 |
Color Harmonies of #002E3C
Complementary color
Monochromatic Colors of #002E3C
Black with #002E3C
Text Example
Text Example
White with #002E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E3C; }
p { color: rgb(0,46,60); }
H1.HeaderClassName
{
color: #002E3C;
}
.AnyTagClassName
{
color: #002E3C;
}
</style>
background-color css
<style>
a { background-color: #002E3C; }
a { background-color: rgb(0,46,60); }
div.DivClassName
{
background-color: #002E3C;
}
.BgClassName
{
background-color: #002E3C;
}
</style>
border-color css
<style>
span { border-color: #002E3C; }
span { border-color: rgb(0,46,60); }
td.TdClassName
{
border-color: #002E3C;
}
.TagClassName
{
border-color: #002E3C;
}
</style>