Shades of Nordic #15343A
Tints of Nordic #15343A
RGB
CMYK
RGB Variations
Color information
#15343A (or 0x15343A) is known color: Nordic. HEX triplet: 15, 34 and 3A. RGB value is (21,52,58). Sum of RGB (Red+Green+Blue) = 21+52+58=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #15343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15343A is #EACBC5. Grayscale: #2B2B2B. Windows color (decimal): -15387590 or 3814421. OLE color: 3814421.
HSL color Cylindrical-coordinate representation of color #15343A: hue angle of 189.73º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15343A is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 52 | 58 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.77 |
| HSL | 189.73º | 0.47% | 0.15% | - |
| HSV(B) | 189.73º | 0.64% | 0.23% | - |
| XYZ | 2.3 | 2.92 | 4.45 | - |
| YUV | 43.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 58 | 0.64 | 0.10 | 0 | 0.77 | 189.73 | 0.47 | 0.15 |
| Hex | 15 | 34 | 3A | 40 | A | 0 | 4D | BE | 2F | F |
| Octal | 25 | 64 | 72 | 100 | 12 | 0 | 115 | 276 | 57 | 17 |
| Binary | 10101 | 110100 | 111010 | 1000000 | 1010 | 0 | 1001101 | 10111110 | 101111 | 1111 |
Color Harmonies of #15343A
Complementary color
Monochromatic Colors of #15343A
Black with #15343A
Text Example
Text Example
White with #15343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15343A; }
p { color: rgb(21,52,58); }
H1.HeaderClassName
{
color: #15343A;
}
.AnyTagClassName
{
color: #15343A;
}
</style>
background-color css
<style>
a { background-color: #15343A; }
a { background-color: rgb(21,52,58); }
div.DivClassName
{
background-color: #15343A;
}
.BgClassName
{
background-color: #15343A;
}
</style>
border-color css
<style>
span { border-color: #15343A; }
span { border-color: rgb(21,52,58); }
td.TdClassName
{
border-color: #15343A;
}
.TagClassName
{
border-color: #15343A;
}
</style>