Shades of Nordic #153438
Tints of Nordic #153438
RGB
CMYK
RGB Variations
Color information
#153438 (or 0x153438) is known color: Nordic. HEX triplet: 15, 34 and 38. RGB value is (21,52,56). Sum of RGB (Red+Green+Blue) = 21+52+56=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #153438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153438 is #EACBC7. Grayscale: #2B2B2B. Windows color (decimal): -15387592 or 3683349. OLE color: 3683349.
HSL color Cylindrical-coordinate representation of color #153438: hue angle of 186.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153438 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 52 | 56 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.78 |
| HSL | 186.86º | 0.45% | 0.15% | - |
| HSV(B) | 186.86º | 0.63% | 0.22% | - |
| XYZ | 2.25 | 2.9 | 4.18 | - |
| YUV | 43.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 56 | 0.63 | 0.07 | 0 | 0.78 | 186.86 | 0.45 | 0.15 |
| Hex | 15 | 34 | 38 | 3F | 7 | 0 | 4E | BB | 2D | F |
| Octal | 25 | 64 | 70 | 77 | 7 | 0 | 116 | 273 | 55 | 17 |
| Binary | 10101 | 110100 | 111000 | 111111 | 111 | 0 | 1001110 | 10111011 | 101101 | 1111 |
Color Harmonies of #153438
Complementary color
Monochromatic Colors of #153438
Black with #153438
Text Example
Text Example
White with #153438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153438; }
p { color: rgb(21,52,56); }
H1.HeaderClassName
{
color: #153438;
}
.AnyTagClassName
{
color: #153438;
}
</style>
background-color css
<style>
a { background-color: #153438; }
a { background-color: rgb(21,52,56); }
div.DivClassName
{
background-color: #153438;
}
.BgClassName
{
background-color: #153438;
}
</style>
border-color css
<style>
span { border-color: #153438; }
span { border-color: rgb(21,52,56); }
td.TdClassName
{
border-color: #153438;
}
.TagClassName
{
border-color: #153438;
}
</style>