Shades of Nordic #17333A
Tints of Nordic #17333A
RGB
CMYK
RGB Variations
Color information
#17333A (or 0x17333A) is known color: Nordic. HEX triplet: 17, 33 and 3A. RGB value is (23,51,58). Sum of RGB (Red+Green+Blue) = 23+51+58=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #17333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17333A is #E8CCC5. Grayscale: #2B2B2B. Windows color (decimal): -15256774 or 3814167. OLE color: 3814167.
HSL color Cylindrical-coordinate representation of color #17333A: hue angle of 192º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #17333A is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 51 | 58 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.77 |
| HSL | 192º | 0.43% | 0.16% | - |
| HSV(B) | 192º | 0.6% | 0.23% | - |
| XYZ | 2.3 | 2.86 | 4.43 | - |
| YUV | 43.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 58 | 0.60 | 0.12 | 0 | 0.77 | 192 | 0.43 | 0.16 |
| Hex | 17 | 33 | 3A | 3C | C | 0 | 4D | C0 | 2B | 10 |
| Octal | 27 | 63 | 72 | 74 | 14 | 0 | 115 | 300 | 53 | 20 |
| Binary | 10111 | 110011 | 111010 | 111100 | 1100 | 0 | 1001101 | 11000000 | 101011 | 10000 |
Color Harmonies of #17333A
Complementary color
Monochromatic Colors of #17333A
Black with #17333A
Text Example
Text Example
White with #17333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17333A; }
p { color: rgb(23,51,58); }
H1.HeaderClassName
{
color: #17333A;
}
.AnyTagClassName
{
color: #17333A;
}
</style>
background-color css
<style>
a { background-color: #17333A; }
a { background-color: rgb(23,51,58); }
div.DivClassName
{
background-color: #17333A;
}
.BgClassName
{
background-color: #17333A;
}
</style>
border-color css
<style>
span { border-color: #17333A; }
span { border-color: rgb(23,51,58); }
td.TdClassName
{
border-color: #17333A;
}
.TagClassName
{
border-color: #17333A;
}
</style>