Shades of Nordic #033034
Tints of Nordic #033034
RGB
CMYK
RGB Variations
Color information
#033034 (or 0x033034) is known color: Nordic. HEX triplet: 03, 30 and 34. RGB value is (3,48,52). Sum of RGB (Red+Green+Blue) = 3+48+52=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #033034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033034 is #FCCFCB. Grayscale: #222222. Windows color (decimal): -16568268 or 3420163. OLE color: 3420163.
HSL color Cylindrical-coordinate representation of color #033034: hue angle of 184.9º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033034 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 48 | 52 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.80 |
| HSL | 184.9º | 0.89% | 0.11% | - |
| HSV(B) | 184.9º | 0.94% | 0.2% | - |
| XYZ | 1.71 | 2.38 | 3.62 | - |
| YUV | 35 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 52 | 0.94 | 0.08 | 0 | 0.80 | 184.9 | 0.89 | 0.11 |
| Hex | 3 | 30 | 34 | 5E | 8 | 0 | 50 | B9 | 59 | B |
| Octal | 3 | 60 | 64 | 136 | 10 | 0 | 120 | 271 | 131 | 13 |
| Binary | 11 | 110000 | 110100 | 1011110 | 1000 | 0 | 1010000 | 10111001 | 1011001 | 1011 |
Color Harmonies of #033034
Complementary color
Monochromatic Colors of #033034
Black with #033034
Text Example
Text Example
White with #033034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033034; }
p { color: rgb(3,48,52); }
H1.HeaderClassName
{
color: #033034;
}
.AnyTagClassName
{
color: #033034;
}
</style>
background-color css
<style>
a { background-color: #033034; }
a { background-color: rgb(3,48,52); }
div.DivClassName
{
background-color: #033034;
}
.BgClassName
{
background-color: #033034;
}
</style>
border-color css
<style>
span { border-color: #033034; }
span { border-color: rgb(3,48,52); }
td.TdClassName
{
border-color: #033034;
}
.TagClassName
{
border-color: #033034;
}
</style>