Shades of Nordic #264144
Tints of Nordic #264144
RGB
CMYK
RGB Variations
Color information
#264144 (or 0x264144) is known color: Nordic. HEX triplet: 26, 41 and 44. RGB value is (38,65,68). Sum of RGB (Red+Green+Blue) = 38+65+68=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 68 - color contains mainly: blue. Hex color #264144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264144 is #D9BEBB. Grayscale: #393939. Windows color (decimal): -14270140 or 4473126. OLE color: 4473126.
HSL color Cylindrical-coordinate representation of color #264144: hue angle of 186º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #264144 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 65 | 68 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.73 |
| HSL | 186º | 0.28% | 0.21% | - |
| HSV(B) | 186º | 0.44% | 0.27% | - |
| XYZ | 3.73 | 4.61 | 6.16 | - |
| YUV | 57.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 68 | 0.44 | 0.04 | 0 | 0.73 | 186 | 0.28 | 0.21 |
| Hex | 26 | 41 | 44 | 2C | 4 | 0 | 49 | BA | 1C | 15 |
| Octal | 46 | 101 | 104 | 54 | 4 | 0 | 111 | 272 | 34 | 25 |
| Binary | 100110 | 1000001 | 1000100 | 101100 | 100 | 0 | 1001001 | 10111010 | 11100 | 10101 |
Color Harmonies of #264144
Complementary color
Monochromatic Colors of #264144
Black with #264144
Text Example
Text Example
White with #264144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264144; }
p { color: rgb(38,65,68); }
H1.HeaderClassName
{
color: #264144;
}
.AnyTagClassName
{
color: #264144;
}
</style>
background-color css
<style>
a { background-color: #264144; }
a { background-color: rgb(38,65,68); }
div.DivClassName
{
background-color: #264144;
}
.BgClassName
{
background-color: #264144;
}
</style>
border-color css
<style>
span { border-color: #264144; }
span { border-color: rgb(38,65,68); }
td.TdClassName
{
border-color: #264144;
}
.TagClassName
{
border-color: #264144;
}
</style>