Shades of Nordic #032D3A
Tints of Nordic #032D3A
RGB
CMYK
RGB Variations
Color information
#032D3A (or 0x032D3A) is known color: Nordic. HEX triplet: 03, 2D and 3A. RGB value is (3,45,58). Sum of RGB (Red+Green+Blue) = 3+45+58=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #032D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D3A is #FCD2C5. Grayscale: #212121. Windows color (decimal): -16569030 or 3812611. OLE color: 3812611.
HSL color Cylindrical-coordinate representation of color #032D3A: hue angle of 194.18º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032D3A is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 45 | 58 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.77 |
| HSL | 194.18º | 0.9% | 0.12% | - |
| HSV(B) | 194.18º | 0.95% | 0.23% | - |
| XYZ | 1.74 | 2.2 | 4.34 | - |
| YUV | 33.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 58 | 0.95 | 0.22 | 0 | 0.77 | 194.18 | 0.9 | 0.12 |
| Hex | 3 | 2D | 3A | 5F | 16 | 0 | 4D | C2 | 5A | C |
| Octal | 3 | 55 | 72 | 137 | 26 | 0 | 115 | 302 | 132 | 14 |
| Binary | 11 | 101101 | 111010 | 1011111 | 10110 | 0 | 1001101 | 11000010 | 1011010 | 1100 |
Color Harmonies of #032D3A
Complementary color
Monochromatic Colors of #032D3A
Black with #032D3A
Text Example
Text Example
White with #032D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D3A; }
p { color: rgb(3,45,58); }
H1.HeaderClassName
{
color: #032D3A;
}
.AnyTagClassName
{
color: #032D3A;
}
</style>
background-color css
<style>
a { background-color: #032D3A; }
a { background-color: rgb(3,45,58); }
div.DivClassName
{
background-color: #032D3A;
}
.BgClassName
{
background-color: #032D3A;
}
</style>
border-color css
<style>
span { border-color: #032D3A; }
span { border-color: rgb(3,45,58); }
td.TdClassName
{
border-color: #032D3A;
}
.TagClassName
{
border-color: #032D3A;
}
</style>