Shades of Nordic #244044
Tints of Nordic #244044
RGB
CMYK
RGB Variations
Color information
#244044 (or 0x244044) is known color: Nordic. HEX triplet: 24, 40 and 44. RGB value is (36,64,68). Sum of RGB (Red+Green+Blue) = 36+64+68=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 68 - color contains mainly: blue. Hex color #244044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244044 is #DBBFBB. Grayscale: #383838. Windows color (decimal): -14401468 or 4472868. OLE color: 4472868.
HSL color Cylindrical-coordinate representation of color #244044: hue angle of 187.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #244044 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 64 | 68 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.73 |
| HSL | 187.5º | 0.31% | 0.2% | - |
| HSV(B) | 187.5º | 0.47% | 0.27% | - |
| XYZ | 3.6 | 4.46 | 6.14 | - |
| YUV | 56.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 68 | 0.47 | 0.06 | 0 | 0.73 | 187.5 | 0.31 | 0.2 |
| Hex | 24 | 40 | 44 | 2F | 6 | 0 | 49 | BC | 1F | 14 |
| Octal | 44 | 100 | 104 | 57 | 6 | 0 | 111 | 274 | 37 | 24 |
| Binary | 100100 | 1000000 | 1000100 | 101111 | 110 | 0 | 1001001 | 10111100 | 11111 | 10100 |
Color Harmonies of #244044
Complementary color
Monochromatic Colors of #244044
Black with #244044
Text Example
Text Example
White with #244044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244044; }
p { color: rgb(36,64,68); }
H1.HeaderClassName
{
color: #244044;
}
.AnyTagClassName
{
color: #244044;
}
</style>
background-color css
<style>
a { background-color: #244044; }
a { background-color: rgb(36,64,68); }
div.DivClassName
{
background-color: #244044;
}
.BgClassName
{
background-color: #244044;
}
</style>
border-color css
<style>
span { border-color: #244044; }
span { border-color: rgb(36,64,68); }
td.TdClassName
{
border-color: #244044;
}
.TagClassName
{
border-color: #244044;
}
</style>