Shades of Nordic #254145
Tints of Nordic #254145
RGB
CMYK
RGB Variations
Color information
#254145 (or 0x254145) is known color: Nordic. HEX triplet: 25, 41 and 45. RGB value is (37,65,69). Sum of RGB (Red+Green+Blue) = 37+65+69=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 69 - color contains mainly: blue. Hex color #254145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254145 is #DABEBA. Grayscale: #393939. Windows color (decimal): -14335675 or 4538661. OLE color: 4538661.
HSL color Cylindrical-coordinate representation of color #254145: hue angle of 187.5º 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 #254145 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 65 | 69 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.73 |
| HSL | 187.5º | 0.3% | 0.21% | - |
| HSV(B) | 187.5º | 0.46% | 0.27% | - |
| XYZ | 3.73 | 4.6 | 6.32 | - |
| YUV | 57.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 69 | 0.46 | 0.06 | 0 | 0.73 | 187.5 | 0.3 | 0.21 |
| Hex | 25 | 41 | 45 | 2E | 6 | 0 | 49 | BC | 1E | 15 |
| Octal | 45 | 101 | 105 | 56 | 6 | 0 | 111 | 274 | 36 | 25 |
| Binary | 100101 | 1000001 | 1000101 | 101110 | 110 | 0 | 1001001 | 10111100 | 11110 | 10101 |
Color Harmonies of #254145
Complementary color
Monochromatic Colors of #254145
Black with #254145
Text Example
Text Example
White with #254145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254145; }
p { color: rgb(37,65,69); }
H1.HeaderClassName
{
color: #254145;
}
.AnyTagClassName
{
color: #254145;
}
</style>
background-color css
<style>
a { background-color: #254145; }
a { background-color: rgb(37,65,69); }
div.DivClassName
{
background-color: #254145;
}
.BgClassName
{
background-color: #254145;
}
</style>
border-color css
<style>
span { border-color: #254145; }
span { border-color: rgb(37,65,69); }
td.TdClassName
{
border-color: #254145;
}
.TagClassName
{
border-color: #254145;
}
</style>