Shades of Nordic #15353A
Tints of Nordic #15353A
RGB
CMYK
RGB Variations
Color information
#15353A (or 0x15353A) is known color: Nordic. HEX triplet: 15, 35 and 3A. RGB value is (21,53,58). Sum of RGB (Red+Green+Blue) = 21+53+58=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 53 (21.09% from 255 or 40.15% 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 #15353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15353A is #EACAC5. Grayscale: #2B2B2B. Windows color (decimal): -15387334 or 3814677. OLE color: 3814677.
HSL color Cylindrical-coordinate representation of color #15353A: hue angle of 188.11º 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 #15353A is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 53 | 58 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.77 |
| HSL | 188.11º | 0.47% | 0.15% | - |
| HSV(B) | 188.11º | 0.64% | 0.23% | - |
| XYZ | 2.35 | 3.01 | 4.46 | - |
| YUV | 44 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 58 | 0.64 | 0.09 | 0 | 0.77 | 188.11 | 0.47 | 0.15 |
| Hex | 15 | 35 | 3A | 40 | 9 | 0 | 4D | BC | 2F | F |
| Octal | 25 | 65 | 72 | 100 | 11 | 0 | 115 | 274 | 57 | 17 |
| Binary | 10101 | 110101 | 111010 | 1000000 | 1001 | 0 | 1001101 | 10111100 | 101111 | 1111 |
Color Harmonies of #15353A
Complementary color
Monochromatic Colors of #15353A
Black with #15353A
Text Example
Text Example
White with #15353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15353A; }
p { color: rgb(21,53,58); }
H1.HeaderClassName
{
color: #15353A;
}
.AnyTagClassName
{
color: #15353A;
}
</style>
background-color css
<style>
a { background-color: #15353A; }
a { background-color: rgb(21,53,58); }
div.DivClassName
{
background-color: #15353A;
}
.BgClassName
{
background-color: #15353A;
}
</style>
border-color css
<style>
span { border-color: #15353A; }
span { border-color: rgb(21,53,58); }
td.TdClassName
{
border-color: #15353A;
}
.TagClassName
{
border-color: #15353A;
}
</style>