Shades of Nordic #244143
Tints of Nordic #244143
RGB
CMYK
RGB Variations
Color information
#244143 (or 0x244143) is known color: Nordic. HEX triplet: 24, 41 and 43. RGB value is (36,65,67). Sum of RGB (Red+Green+Blue) = 36+65+67=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 67 - color contains mainly: blue. Hex color #244143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244143 is #DBBEBC. Grayscale: #383838. Windows color (decimal): -14401213 or 4407588. OLE color: 4407588.
HSL color Cylindrical-coordinate representation of color #244143: hue angle of 183.87º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #244143 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 65 | 67 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.74 |
| HSL | 183.87º | 0.3% | 0.2% | - |
| HSV(B) | 183.87º | 0.46% | 0.26% | - |
| XYZ | 3.63 | 4.56 | 6 | - |
| YUV | 56.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 67 | 0.46 | 0.03 | 0 | 0.74 | 183.87 | 0.3 | 0.2 |
| Hex | 24 | 41 | 43 | 2E | 3 | 0 | 4A | B8 | 1E | 14 |
| Octal | 44 | 101 | 103 | 56 | 3 | 0 | 112 | 270 | 36 | 24 |
| Binary | 100100 | 1000001 | 1000011 | 101110 | 11 | 0 | 1001010 | 10111000 | 11110 | 10100 |
Color Harmonies of #244143
Complementary color
Monochromatic Colors of #244143
Black with #244143
Text Example
Text Example
White with #244143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244143; }
p { color: rgb(36,65,67); }
H1.HeaderClassName
{
color: #244143;
}
.AnyTagClassName
{
color: #244143;
}
</style>
background-color css
<style>
a { background-color: #244143; }
a { background-color: rgb(36,65,67); }
div.DivClassName
{
background-color: #244143;
}
.BgClassName
{
background-color: #244143;
}
</style>
border-color css
<style>
span { border-color: #244143; }
span { border-color: rgb(36,65,67); }
td.TdClassName
{
border-color: #244143;
}
.TagClassName
{
border-color: #244143;
}
</style>