Shades of Nordic #253D3E
Tints of Nordic #253D3E
RGB
CMYK
RGB Variations
Color information
#253D3E (or 0x253D3E) is known color: Nordic. HEX triplet: 25, 3D and 3E. RGB value is (37,61,62). Sum of RGB (Red+Green+Blue) = 37+61+62=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 62 - color contains mainly: blue. Hex color #253D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D3E is #DAC2C1. Grayscale: #353535. Windows color (decimal): -14336706 or 4078885. OLE color: 4078885.
HSL color Cylindrical-coordinate representation of color #253D3E: hue angle of 182.4º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253D3E is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 62 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.76 |
| HSL | 182.4º | 0.25% | 0.19% | - |
| HSV(B) | 182.4º | 0.4% | 0.24% | - |
| XYZ | 3.3 | 4.08 | 5.17 | - |
| YUV | 53.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 62 | 0.40 | 0.02 | 0 | 0.76 | 182.4 | 0.25 | 0.19 |
| Hex | 25 | 3D | 3E | 28 | 2 | 0 | 4C | B6 | 19 | 13 |
| Octal | 45 | 75 | 76 | 50 | 2 | 0 | 114 | 266 | 31 | 23 |
| Binary | 100101 | 111101 | 111110 | 101000 | 10 | 0 | 1001100 | 10110110 | 11001 | 10011 |
Color Harmonies of #253D3E
Complementary color
Monochromatic Colors of #253D3E
Black with #253D3E
Text Example
Text Example
White with #253D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D3E; }
p { color: rgb(37,61,62); }
H1.HeaderClassName
{
color: #253D3E;
}
.AnyTagClassName
{
color: #253D3E;
}
</style>
background-color css
<style>
a { background-color: #253D3E; }
a { background-color: rgb(37,61,62); }
div.DivClassName
{
background-color: #253D3E;
}
.BgClassName
{
background-color: #253D3E;
}
</style>
border-color css
<style>
span { border-color: #253D3E; }
span { border-color: rgb(37,61,62); }
td.TdClassName
{
border-color: #253D3E;
}
.TagClassName
{
border-color: #253D3E;
}
</style>