Shades of Nordic #254144
Tints of Nordic #254144
RGB
CMYK
RGB Variations
Color information
#254144 (or 0x254144) is known color: Nordic. HEX triplet: 25, 41 and 44. RGB value is (37,65,68). Sum of RGB (Red+Green+Blue) = 37+65+68=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 68 - color contains mainly: blue. Hex color #254144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254144 is #DABEBB. Grayscale: #383838. Windows color (decimal): -14335676 or 4473125. OLE color: 4473125.
HSL color Cylindrical-coordinate representation of color #254144: hue angle of 185.81º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254144 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 65 | 68 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.73 |
| HSL | 185.81º | 0.3% | 0.21% | - |
| HSV(B) | 185.81º | 0.46% | 0.27% | - |
| XYZ | 3.7 | 4.59 | 6.16 | - |
| YUV | 56.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 68 | 0.46 | 0.04 | 0 | 0.73 | 185.81 | 0.3 | 0.21 |
| Hex | 25 | 41 | 44 | 2E | 4 | 0 | 49 | BA | 1E | 15 |
| Octal | 45 | 101 | 104 | 56 | 4 | 0 | 111 | 272 | 36 | 25 |
| Binary | 100101 | 1000001 | 1000100 | 101110 | 100 | 0 | 1001001 | 10111010 | 11110 | 10101 |
Color Harmonies of #254144
Complementary color
Monochromatic Colors of #254144
Black with #254144
Text Example
Text Example
White with #254144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254144; }
p { color: rgb(37,65,68); }
H1.HeaderClassName
{
color: #254144;
}
.AnyTagClassName
{
color: #254144;
}
</style>
background-color css
<style>
a { background-color: #254144; }
a { background-color: rgb(37,65,68); }
div.DivClassName
{
background-color: #254144;
}
.BgClassName
{
background-color: #254144;
}
</style>
border-color css
<style>
span { border-color: #254144; }
span { border-color: rgb(37,65,68); }
td.TdClassName
{
border-color: #254144;
}
.TagClassName
{
border-color: #254144;
}
</style>