Shades of Nordic #254246
Tints of Nordic #254246
RGB
CMYK
RGB Variations
Color information
#254246 (or 0x254246) is known color: Nordic. HEX triplet: 25, 42 and 46. RGB value is (37,66,70). Sum of RGB (Red+Green+Blue) = 37+66+70=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #254246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254246 is #DABDB9. Grayscale: #393939. Windows color (decimal): -14335418 or 4604453. OLE color: 4604453.
HSL color Cylindrical-coordinate representation of color #254246: hue angle of 187.27º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #254246 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 66 | 70 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.73 |
| HSL | 187.27º | 0.31% | 0.21% | - |
| HSV(B) | 187.27º | 0.47% | 0.27% | - |
| XYZ | 3.82 | 4.73 | 6.51 | - |
| YUV | 57.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 70 | 0.47 | 0.06 | 0 | 0.73 | 187.27 | 0.31 | 0.21 |
| Hex | 25 | 42 | 46 | 2F | 6 | 0 | 49 | BB | 1F | 15 |
| Octal | 45 | 102 | 106 | 57 | 6 | 0 | 111 | 273 | 37 | 25 |
| Binary | 100101 | 1000010 | 1000110 | 101111 | 110 | 0 | 1001001 | 10111011 | 11111 | 10101 |
Color Harmonies of #254246
Complementary color
Monochromatic Colors of #254246
Black with #254246
Text Example
Text Example
White with #254246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254246; }
p { color: rgb(37,66,70); }
H1.HeaderClassName
{
color: #254246;
}
.AnyTagClassName
{
color: #254246;
}
</style>
background-color css
<style>
a { background-color: #254246; }
a { background-color: rgb(37,66,70); }
div.DivClassName
{
background-color: #254246;
}
.BgClassName
{
background-color: #254246;
}
</style>
border-color css
<style>
span { border-color: #254246; }
span { border-color: rgb(37,66,70); }
td.TdClassName
{
border-color: #254246;
}
.TagClassName
{
border-color: #254246;
}
</style>