Shades of Nordic #033236
Tints of Nordic #033236
RGB
CMYK
RGB Variations
Color information
#033236 (or 0x033236) is known color: Nordic. HEX triplet: 03, 32 and 36. RGB value is (3,50,54). Sum of RGB (Red+Green+Blue) = 3+50+54=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #033236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033236 is #FCCDC9. Grayscale: #242424. Windows color (decimal): -16567754 or 3551747. OLE color: 3551747.
HSL color Cylindrical-coordinate representation of color #033236: hue angle of 184.71º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033236 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 50 | 54 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.79 |
| HSL | 184.71º | 0.89% | 0.11% | - |
| HSV(B) | 184.71º | 0.94% | 0.21% | - |
| XYZ | 1.84 | 2.57 | 3.89 | - |
| YUV | 36.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 54 | 0.94 | 0.07 | 0 | 0.79 | 184.71 | 0.89 | 0.11 |
| Hex | 3 | 32 | 36 | 5E | 7 | 0 | 4F | B9 | 59 | B |
| Octal | 3 | 62 | 66 | 136 | 7 | 0 | 117 | 271 | 131 | 13 |
| Binary | 11 | 110010 | 110110 | 1011110 | 111 | 0 | 1001111 | 10111001 | 1011001 | 1011 |
Color Harmonies of #033236
Complementary color
Monochromatic Colors of #033236
Black with #033236
Text Example
Text Example
White with #033236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033236; }
p { color: rgb(3,50,54); }
H1.HeaderClassName
{
color: #033236;
}
.AnyTagClassName
{
color: #033236;
}
</style>
background-color css
<style>
a { background-color: #033236; }
a { background-color: rgb(3,50,54); }
div.DivClassName
{
background-color: #033236;
}
.BgClassName
{
background-color: #033236;
}
</style>
border-color css
<style>
span { border-color: #033236; }
span { border-color: rgb(3,50,54); }
td.TdClassName
{
border-color: #033236;
}
.TagClassName
{
border-color: #033236;
}
</style>