Shades of Nordic #254143
Tints of Nordic #254143
RGB
CMYK
RGB Variations
Color information
#254143 (or 0x254143) is known color: Nordic. HEX triplet: 25, 41 and 43. RGB value is (37,65,67). Sum of RGB (Red+Green+Blue) = 37+65+67=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 67 - color contains mainly: blue. Hex color #254143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254143 is #DABEBC. Grayscale: #383838. Windows color (decimal): -14335677 or 4407589. OLE color: 4407589.
HSL color Cylindrical-coordinate representation of color #254143: hue angle of 184º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #254143 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 65 | 67 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.74 |
| HSL | 184º | 0.29% | 0.2% | - |
| HSV(B) | 184º | 0.45% | 0.26% | - |
| XYZ | 3.67 | 4.58 | 6 | - |
| YUV | 56.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 67 | 0.45 | 0.03 | 0 | 0.74 | 184 | 0.29 | 0.2 |
| Hex | 25 | 41 | 43 | 2D | 3 | 0 | 4A | B8 | 1D | 14 |
| Octal | 45 | 101 | 103 | 55 | 3 | 0 | 112 | 270 | 35 | 24 |
| Binary | 100101 | 1000001 | 1000011 | 101101 | 11 | 0 | 1001010 | 10111000 | 11101 | 10100 |
Color Harmonies of #254143
Complementary color
Monochromatic Colors of #254143
Black with #254143
Text Example
Text Example
White with #254143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254143; }
p { color: rgb(37,65,67); }
H1.HeaderClassName
{
color: #254143;
}
.AnyTagClassName
{
color: #254143;
}
</style>
background-color css
<style>
a { background-color: #254143; }
a { background-color: rgb(37,65,67); }
div.DivClassName
{
background-color: #254143;
}
.BgClassName
{
background-color: #254143;
}
</style>
border-color css
<style>
span { border-color: #254143; }
span { border-color: rgb(37,65,67); }
td.TdClassName
{
border-color: #254143;
}
.TagClassName
{
border-color: #254143;
}
</style>