Shades of Nordic #17363E
Tints of Nordic #17363E
RGB
CMYK
RGB Variations
Color information
#17363E (or 0x17363E) is known color: Nordic. HEX triplet: 17, 36 and 3E. RGB value is (23,54,62). Sum of RGB (Red+Green+Blue) = 23+54+62=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #17363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17363E is #E8C9C1. Grayscale: #2D2D2D. Windows color (decimal): -15256002 or 4077079. OLE color: 4077079.
HSL color Cylindrical-coordinate representation of color #17363E: hue angle of 192.31º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #17363E is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 54 | 62 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.76 |
| HSL | 192.31º | 0.46% | 0.17% | - |
| HSV(B) | 192.31º | 0.63% | 0.24% | - |
| XYZ | 2.54 | 3.17 | 5.03 | - |
| YUV | 45.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 62 | 0.63 | 0.13 | 0 | 0.76 | 192.31 | 0.46 | 0.17 |
| Hex | 17 | 36 | 3E | 3F | D | 0 | 4C | C0 | 2E | 11 |
| Octal | 27 | 66 | 76 | 77 | 15 | 0 | 114 | 300 | 56 | 21 |
| Binary | 10111 | 110110 | 111110 | 111111 | 1101 | 0 | 1001100 | 11000000 | 101110 | 10001 |
Color Harmonies of #17363E
Complementary color
Monochromatic Colors of #17363E
Black with #17363E
Text Example
Text Example
White with #17363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17363E; }
p { color: rgb(23,54,62); }
H1.HeaderClassName
{
color: #17363E;
}
.AnyTagClassName
{
color: #17363E;
}
</style>
background-color css
<style>
a { background-color: #17363E; }
a { background-color: rgb(23,54,62); }
div.DivClassName
{
background-color: #17363E;
}
.BgClassName
{
background-color: #17363E;
}
</style>
border-color css
<style>
span { border-color: #17363E; }
span { border-color: rgb(23,54,62); }
td.TdClassName
{
border-color: #17363E;
}
.TagClassName
{
border-color: #17363E;
}
</style>