Shades of Nordic #033139
Tints of Nordic #033139
RGB
CMYK
RGB Variations
Color information
#033139 (or 0x033139) is known color: Nordic. HEX triplet: 03, 31 and 39. RGB value is (3,49,57). Sum of RGB (Red+Green+Blue) = 3+49+57=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #033139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033139 is #FCCEC6. Grayscale: #242424. Windows color (decimal): -16568007 or 3748099. OLE color: 3748099.
HSL color Cylindrical-coordinate representation of color #033139: hue angle of 188.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033139 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 49 | 57 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.78 |
| HSL | 188.89º | 0.9% | 0.12% | - |
| HSV(B) | 188.89º | 0.95% | 0.22% | - |
| XYZ | 1.87 | 2.51 | 4.26 | - |
| YUV | 36.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 57 | 0.95 | 0.14 | 0 | 0.78 | 188.89 | 0.9 | 0.12 |
| Hex | 3 | 31 | 39 | 5F | E | 0 | 4E | BD | 5A | C |
| Octal | 3 | 61 | 71 | 137 | 16 | 0 | 116 | 275 | 132 | 14 |
| Binary | 11 | 110001 | 111001 | 1011111 | 1110 | 0 | 1001110 | 10111101 | 1011010 | 1100 |
Color Harmonies of #033139
Complementary color
Monochromatic Colors of #033139
Black with #033139
Text Example
Text Example
White with #033139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033139; }
p { color: rgb(3,49,57); }
H1.HeaderClassName
{
color: #033139;
}
.AnyTagClassName
{
color: #033139;
}
</style>
background-color css
<style>
a { background-color: #033139; }
a { background-color: rgb(3,49,57); }
div.DivClassName
{
background-color: #033139;
}
.BgClassName
{
background-color: #033139;
}
</style>
border-color css
<style>
span { border-color: #033139; }
span { border-color: rgb(3,49,57); }
td.TdClassName
{
border-color: #033139;
}
.TagClassName
{
border-color: #033139;
}
</style>