Shades of Nordic #07353D
Tints of Nordic #07353D
RGB
CMYK
RGB Variations
Color information
#07353D (or 0x07353D) is known color: Nordic. HEX triplet: 07, 35 and 3D. RGB value is (7,53,61). Sum of RGB (Red+Green+Blue) = 7+53+61=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #07353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07353D is #F8CAC2. Grayscale: #282828. Windows color (decimal): -16304835 or 4011271. OLE color: 4011271.
HSL color Cylindrical-coordinate representation of color #07353D: hue angle of 188.89º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07353D is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 53 | 61 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.76 |
| HSL | 188.89º | 0.79% | 0.13% | - |
| HSV(B) | 188.89º | 0.89% | 0.24% | - |
| XYZ | 2.2 | 2.93 | 4.86 | - |
| YUV | 40.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 61 | 0.89 | 0.13 | 0 | 0.76 | 188.89 | 0.79 | 0.13 |
| Hex | 7 | 35 | 3D | 59 | D | 0 | 4C | BD | 4F | D |
| Octal | 7 | 65 | 75 | 131 | 15 | 0 | 114 | 275 | 117 | 15 |
| Binary | 111 | 110101 | 111101 | 1011001 | 1101 | 0 | 1001100 | 10111101 | 1001111 | 1101 |
Color Harmonies of #07353D
Complementary color
Monochromatic Colors of #07353D
Black with #07353D
Text Example
Text Example
White with #07353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07353D; }
p { color: rgb(7,53,61); }
H1.HeaderClassName
{
color: #07353D;
}
.AnyTagClassName
{
color: #07353D;
}
</style>
background-color css
<style>
a { background-color: #07353D; }
a { background-color: rgb(7,53,61); }
div.DivClassName
{
background-color: #07353D;
}
.BgClassName
{
background-color: #07353D;
}
</style>
border-color css
<style>
span { border-color: #07353D; }
span { border-color: rgb(7,53,61); }
td.TdClassName
{
border-color: #07353D;
}
.TagClassName
{
border-color: #07353D;
}
</style>