Shades of Nordic #253C3D
Tints of Nordic #253C3D
RGB
CMYK
RGB Variations
Color information
#253C3D (or 0x253C3D) is known color: Nordic. HEX triplet: 25, 3C and 3D. RGB value is (37,60,61). Sum of RGB (Red+Green+Blue) = 37+60+61=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #253C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C3D is #DAC3C2. Grayscale: #353535. Windows color (decimal): -14336963 or 4013093. OLE color: 4013093.
HSL color Cylindrical-coordinate representation of color #253C3D: hue angle of 182.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253C3D is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 60 | 61 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.76 |
| HSL | 182.5º | 0.24% | 0.19% | - |
| HSV(B) | 182.5º | 0.39% | 0.24% | - |
| XYZ | 3.22 | 3.96 | 5.01 | - |
| YUV | 53.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 61 | 0.39 | 0.02 | 0 | 0.76 | 182.5 | 0.24 | 0.19 |
| Hex | 25 | 3C | 3D | 27 | 2 | 0 | 4C | B6 | 18 | 13 |
| Octal | 45 | 74 | 75 | 47 | 2 | 0 | 114 | 266 | 30 | 23 |
| Binary | 100101 | 111100 | 111101 | 100111 | 10 | 0 | 1001100 | 10110110 | 11000 | 10011 |
Color Harmonies of #253C3D
Complementary color
Monochromatic Colors of #253C3D
Black with #253C3D
Text Example
Text Example
White with #253C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C3D; }
p { color: rgb(37,60,61); }
H1.HeaderClassName
{
color: #253C3D;
}
.AnyTagClassName
{
color: #253C3D;
}
</style>
background-color css
<style>
a { background-color: #253C3D; }
a { background-color: rgb(37,60,61); }
div.DivClassName
{
background-color: #253C3D;
}
.BgClassName
{
background-color: #253C3D;
}
</style>
border-color css
<style>
span { border-color: #253C3D; }
span { border-color: rgb(37,60,61); }
td.TdClassName
{
border-color: #253C3D;
}
.TagClassName
{
border-color: #253C3D;
}
</style>