Shades of Nordic #254045
Tints of Nordic #254045
RGB
CMYK
RGB Variations
Color information
#254045 (or 0x254045) is known color: Nordic. HEX triplet: 25, 40 and 45. RGB value is (37,64,69). Sum of RGB (Red+Green+Blue) = 37+64+69=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 69 - color contains mainly: blue. Hex color #254045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254045 is #DABFBA. Grayscale: #383838. Windows color (decimal): -14335931 or 4538405. OLE color: 4538405.
HSL color Cylindrical-coordinate representation of color #254045: hue angle of 189.38º 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 #254045 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 64 | 69 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.73 |
| HSL | 189.38º | 0.3% | 0.21% | - |
| HSV(B) | 189.38º | 0.46% | 0.27% | - |
| XYZ | 3.67 | 4.49 | 6.3 | - |
| YUV | 56.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 69 | 0.46 | 0.07 | 0 | 0.73 | 189.38 | 0.3 | 0.21 |
| Hex | 25 | 40 | 45 | 2E | 7 | 0 | 49 | BD | 1E | 15 |
| Octal | 45 | 100 | 105 | 56 | 7 | 0 | 111 | 275 | 36 | 25 |
| Binary | 100101 | 1000000 | 1000101 | 101110 | 111 | 0 | 1001001 | 10111101 | 11110 | 10101 |
Color Harmonies of #254045
Complementary color
Monochromatic Colors of #254045
Black with #254045
Text Example
Text Example
White with #254045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254045; }
p { color: rgb(37,64,69); }
H1.HeaderClassName
{
color: #254045;
}
.AnyTagClassName
{
color: #254045;
}
</style>
background-color css
<style>
a { background-color: #254045; }
a { background-color: rgb(37,64,69); }
div.DivClassName
{
background-color: #254045;
}
.BgClassName
{
background-color: #254045;
}
</style>
border-color css
<style>
span { border-color: #254045; }
span { border-color: rgb(37,64,69); }
td.TdClassName
{
border-color: #254045;
}
.TagClassName
{
border-color: #254045;
}
</style>