Shades of Nordic #253C3E
Tints of Nordic #253C3E
RGB
CMYK
RGB Variations
Color information
#253C3E (or 0x253C3E) is known color: Nordic. HEX triplet: 25, 3C and 3E. RGB value is (37,60,62). Sum of RGB (Red+Green+Blue) = 37+60+62=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 62 - color contains mainly: blue. Hex color #253C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C3E is #DAC3C1. Grayscale: #353535. Windows color (decimal): -14336962 or 4078629. OLE color: 4078629.
HSL color Cylindrical-coordinate representation of color #253C3E: hue angle of 184.8º 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 #253C3E is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 60 | 62 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.76 |
| HSL | 184.8º | 0.25% | 0.19% | - |
| HSV(B) | 184.8º | 0.4% | 0.24% | - |
| XYZ | 3.25 | 3.97 | 5.15 | - |
| YUV | 53.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 62 | 0.40 | 0.03 | 0 | 0.76 | 184.8 | 0.25 | 0.19 |
| Hex | 25 | 3C | 3E | 28 | 3 | 0 | 4C | B9 | 19 | 13 |
| Octal | 45 | 74 | 76 | 50 | 3 | 0 | 114 | 271 | 31 | 23 |
| Binary | 100101 | 111100 | 111110 | 101000 | 11 | 0 | 1001100 | 10111001 | 11001 | 10011 |
Color Harmonies of #253C3E
Complementary color
Monochromatic Colors of #253C3E
Black with #253C3E
Text Example
Text Example
White with #253C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C3E; }
p { color: rgb(37,60,62); }
H1.HeaderClassName
{
color: #253C3E;
}
.AnyTagClassName
{
color: #253C3E;
}
</style>
background-color css
<style>
a { background-color: #253C3E; }
a { background-color: rgb(37,60,62); }
div.DivClassName
{
background-color: #253C3E;
}
.BgClassName
{
background-color: #253C3E;
}
</style>
border-color css
<style>
span { border-color: #253C3E; }
span { border-color: rgb(37,60,62); }
td.TdClassName
{
border-color: #253C3E;
}
.TagClassName
{
border-color: #253C3E;
}
</style>