Shades of Nordic #15343C
Tints of Nordic #15343C
RGB
CMYK
RGB Variations
Color information
#15343C (or 0x15343C) is known color: Nordic. HEX triplet: 15, 34 and 3C. RGB value is (21,52,60). Sum of RGB (Red+Green+Blue) = 21+52+60=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 60 - color contains mainly: blue. Hex color #15343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15343C is #EACBC3. Grayscale: #2B2B2B. Windows color (decimal): -15387588 or 3945493. OLE color: 3945493.
HSL color Cylindrical-coordinate representation of color #15343C: hue angle of 192.31º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15343C is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 52 | 60 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.76 |
| HSL | 192.31º | 0.48% | 0.16% | - |
| HSV(B) | 192.31º | 0.65% | 0.24% | - |
| XYZ | 2.35 | 2.94 | 4.72 | - |
| YUV | 43.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 60 | 0.65 | 0.13 | 0 | 0.76 | 192.31 | 0.48 | 0.16 |
| Hex | 15 | 34 | 3C | 41 | D | 0 | 4C | C0 | 30 | 10 |
| Octal | 25 | 64 | 74 | 101 | 15 | 0 | 114 | 300 | 60 | 20 |
| Binary | 10101 | 110100 | 111100 | 1000001 | 1101 | 0 | 1001100 | 11000000 | 110000 | 10000 |
Color Harmonies of #15343C
Complementary color
Monochromatic Colors of #15343C
Black with #15343C
Text Example
Text Example
White with #15343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15343C; }
p { color: rgb(21,52,60); }
H1.HeaderClassName
{
color: #15343C;
}
.AnyTagClassName
{
color: #15343C;
}
</style>
background-color css
<style>
a { background-color: #15343C; }
a { background-color: rgb(21,52,60); }
div.DivClassName
{
background-color: #15343C;
}
.BgClassName
{
background-color: #15343C;
}
</style>
border-color css
<style>
span { border-color: #15343C; }
span { border-color: rgb(21,52,60); }
td.TdClassName
{
border-color: #15343C;
}
.TagClassName
{
border-color: #15343C;
}
</style>