Shades of Nordic #253D3F
Tints of Nordic #253D3F
RGB
CMYK
RGB Variations
Color information
#253D3F (or 0x253D3F) is known color: Nordic. HEX triplet: 25, 3D and 3F. RGB value is (37,61,63). Sum of RGB (Red+Green+Blue) = 37+61+63=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 63 - color contains mainly: blue. Hex color #253D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D3F is #DAC2C0. Grayscale: #363636. Windows color (decimal): -14336705 or 4144421. OLE color: 4144421.
HSL color Cylindrical-coordinate representation of color #253D3F: hue angle of 184.62º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253D3F is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 61 | 63 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.75 |
| HSL | 184.62º | 0.26% | 0.2% | - |
| HSV(B) | 184.62º | 0.41% | 0.25% | - |
| XYZ | 3.33 | 4.09 | 5.32 | - |
| YUV | 54.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 63 | 0.41 | 0.03 | 0 | 0.75 | 184.62 | 0.26 | 0.2 |
| Hex | 25 | 3D | 3F | 29 | 3 | 0 | 4B | B9 | 1A | 14 |
| Octal | 45 | 75 | 77 | 51 | 3 | 0 | 113 | 271 | 32 | 24 |
| Binary | 100101 | 111101 | 111111 | 101001 | 11 | 0 | 1001011 | 10111001 | 11010 | 10100 |
Color Harmonies of #253D3F
Complementary color
Monochromatic Colors of #253D3F
Black with #253D3F
Text Example
Text Example
White with #253D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D3F; }
p { color: rgb(37,61,63); }
H1.HeaderClassName
{
color: #253D3F;
}
.AnyTagClassName
{
color: #253D3F;
}
</style>
background-color css
<style>
a { background-color: #253D3F; }
a { background-color: rgb(37,61,63); }
div.DivClassName
{
background-color: #253D3F;
}
.BgClassName
{
background-color: #253D3F;
}
</style>
border-color css
<style>
span { border-color: #253D3F; }
span { border-color: rgb(37,61,63); }
td.TdClassName
{
border-color: #253D3F;
}
.TagClassName
{
border-color: #253D3F;
}
</style>