Shades of Nordic #253C3B
Tints of Nordic #253C3B
RGB
CMYK
RGB Variations
Color information
#253C3B (or 0x253C3B) is known color: Nordic. HEX triplet: 25, 3C and 3B. RGB value is (37,60,59). Sum of RGB (Red+Green+Blue) = 37+60+59=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 60 - color contains mainly: green. Hex color #253C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C3B is #DAC3C4. Grayscale: #343434. Windows color (decimal): -14336965 or 3882021. OLE color: 3882021.
HSL color Cylindrical-coordinate representation of color #253C3B: hue angle of 177.39º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #253C3B is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 60 | 59 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.76 |
| HSL | 177.39º | 0.24% | 0.19% | - |
| HSV(B) | 177.39º | 0.38% | 0.24% | - |
| XYZ | 3.17 | 3.94 | 4.73 | - |
| YUV | 53.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 59 | 0.38 | 0 | 0.02 | 0.76 | 177.39 | 0.24 | 0.19 |
| Hex | 25 | 3C | 3B | 26 | 0 | 2 | 4C | B1 | 18 | 13 |
| Octal | 45 | 74 | 73 | 46 | 0 | 2 | 114 | 261 | 30 | 23 |
| Binary | 100101 | 111100 | 111011 | 100110 | 0 | 10 | 1001100 | 10110001 | 11000 | 10011 |
Color Harmonies of #253C3B
Complementary color
Monochromatic Colors of #253C3B
Black with #253C3B
Text Example
Text Example
White with #253C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C3B; }
p { color: rgb(37,60,59); }
H1.HeaderClassName
{
color: #253C3B;
}
.AnyTagClassName
{
color: #253C3B;
}
</style>
background-color css
<style>
a { background-color: #253C3B; }
a { background-color: rgb(37,60,59); }
div.DivClassName
{
background-color: #253C3B;
}
.BgClassName
{
background-color: #253C3B;
}
</style>
border-color css
<style>
span { border-color: #253C3B; }
span { border-color: rgb(37,60,59); }
td.TdClassName
{
border-color: #253C3B;
}
.TagClassName
{
border-color: #253C3B;
}
</style>