Shades of Nordic #073236
Tints of Nordic #073236
RGB
CMYK
RGB Variations
Color information
#073236 (or 0x073236) is known color: Nordic. HEX triplet: 07, 32 and 36. RGB value is (7,50,54). Sum of RGB (Red+Green+Blue) = 7+50+54=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 54 (21.48% from 255 or 48.65% from 111); Max value from RGB is 54 - color contains mainly: blue. Hex color #073236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073236 is #F8CDC9. Grayscale: #252525. Windows color (decimal): -16305610 or 3551751. OLE color: 3551751.
HSL color Cylindrical-coordinate representation of color #073236: hue angle of 185.11º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073236 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 50 | 54 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.79 |
| HSL | 185.11º | 0.77% | 0.12% | - |
| HSV(B) | 185.11º | 0.87% | 0.21% | - |
| XYZ | 1.89 | 2.59 | 3.89 | - |
| YUV | 37.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 54 | 0.87 | 0.07 | 0 | 0.79 | 185.11 | 0.77 | 0.12 |
| Hex | 7 | 32 | 36 | 57 | 7 | 0 | 4F | B9 | 4D | C |
| Octal | 7 | 62 | 66 | 127 | 7 | 0 | 117 | 271 | 115 | 14 |
| Binary | 111 | 110010 | 110110 | 1010111 | 111 | 0 | 1001111 | 10111001 | 1001101 | 1100 |
Color Harmonies of #073236
Complementary color
Monochromatic Colors of #073236
Black with #073236
Text Example
Text Example
White with #073236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073236; }
p { color: rgb(7,50,54); }
H1.HeaderClassName
{
color: #073236;
}
.AnyTagClassName
{
color: #073236;
}
</style>
background-color css
<style>
a { background-color: #073236; }
a { background-color: rgb(7,50,54); }
div.DivClassName
{
background-color: #073236;
}
.BgClassName
{
background-color: #073236;
}
</style>
border-color css
<style>
span { border-color: #073236; }
span { border-color: rgb(7,50,54); }
td.TdClassName
{
border-color: #073236;
}
.TagClassName
{
border-color: #073236;
}
</style>