Shades of Nordic #253C3F
Tints of Nordic #253C3F
RGB
CMYK
RGB Variations
Color information
#253C3F (or 0x253C3F) is known color: Nordic. HEX triplet: 25, 3C and 3F. RGB value is (37,60,63). Sum of RGB (Red+Green+Blue) = 37+60+63=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 63 - color contains mainly: blue. Hex color #253C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C3F is #DAC3C0. Grayscale: #353535. Windows color (decimal): -14336961 or 4144165. OLE color: 4144165.
HSL color Cylindrical-coordinate representation of color #253C3F: hue angle of 186.92º 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 #253C3F is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 60 | 63 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.75 |
| HSL | 186.92º | 0.26% | 0.2% | - |
| HSV(B) | 186.92º | 0.41% | 0.25% | - |
| XYZ | 3.28 | 3.98 | 5.3 | - |
| YUV | 53.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 63 | 0.41 | 0.05 | 0 | 0.75 | 186.92 | 0.26 | 0.2 |
| Hex | 25 | 3C | 3F | 29 | 5 | 0 | 4B | BB | 1A | 14 |
| Octal | 45 | 74 | 77 | 51 | 5 | 0 | 113 | 273 | 32 | 24 |
| Binary | 100101 | 111100 | 111111 | 101001 | 101 | 0 | 1001011 | 10111011 | 11010 | 10100 |
Color Harmonies of #253C3F
Complementary color
Monochromatic Colors of #253C3F
Black with #253C3F
Text Example
Text Example
White with #253C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C3F; }
p { color: rgb(37,60,63); }
H1.HeaderClassName
{
color: #253C3F;
}
.AnyTagClassName
{
color: #253C3F;
}
</style>
background-color css
<style>
a { background-color: #253C3F; }
a { background-color: rgb(37,60,63); }
div.DivClassName
{
background-color: #253C3F;
}
.BgClassName
{
background-color: #253C3F;
}
</style>
border-color css
<style>
span { border-color: #253C3F; }
span { border-color: rgb(37,60,63); }
td.TdClassName
{
border-color: #253C3F;
}
.TagClassName
{
border-color: #253C3F;
}
</style>