Shades of Nordic #253D3C
Tints of Nordic #253D3C
RGB
CMYK
RGB Variations
Color information
#253D3C (or 0x253D3C) is known color: Nordic. HEX triplet: 25, 3D and 3C. RGB value is (37,61,60). Sum of RGB (Red+Green+Blue) = 37+61+60=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #253D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D3C is #DAC2C3. Grayscale: #353535. Windows color (decimal): -14336708 or 3947813. OLE color: 3947813.
HSL color Cylindrical-coordinate representation of color #253D3C: hue angle of 177.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 #253D3C is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 60 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.76 |
| HSL | 177.5º | 0.24% | 0.19% | - |
| HSV(B) | 177.5º | 0.39% | 0.24% | - |
| XYZ | 3.25 | 4.06 | 4.89 | - |
| YUV | 53.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 60 | 0.39 | 0 | 0.02 | 0.76 | 177.5 | 0.24 | 0.19 |
| Hex | 25 | 3D | 3C | 27 | 0 | 2 | 4C | B2 | 18 | 13 |
| Octal | 45 | 75 | 74 | 47 | 0 | 2 | 114 | 262 | 30 | 23 |
| Binary | 100101 | 111101 | 111100 | 100111 | 0 | 10 | 1001100 | 10110010 | 11000 | 10011 |
Color Harmonies of #253D3C
Complementary color
Monochromatic Colors of #253D3C
Black with #253D3C
Text Example
Text Example
White with #253D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D3C; }
p { color: rgb(37,61,60); }
H1.HeaderClassName
{
color: #253D3C;
}
.AnyTagClassName
{
color: #253D3C;
}
</style>
background-color css
<style>
a { background-color: #253D3C; }
a { background-color: rgb(37,61,60); }
div.DivClassName
{
background-color: #253D3C;
}
.BgClassName
{
background-color: #253D3C;
}
</style>
border-color css
<style>
span { border-color: #253D3C; }
span { border-color: rgb(37,61,60); }
td.TdClassName
{
border-color: #253D3C;
}
.TagClassName
{
border-color: #253D3C;
}
</style>