Shades of Nordic #264043
Tints of Nordic #264043
RGB
CMYK
RGB Variations
Color information
#264043 (or 0x264043) is known color: Nordic. HEX triplet: 26, 40 and 43. RGB value is (38,64,67). Sum of RGB (Red+Green+Blue) = 38+64+67=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 64 (25.39% from 255 or 37.87% 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 #264043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264043 is #D9BFBC. Grayscale: #383838. Windows color (decimal): -14270397 or 4407334. OLE color: 4407334.
HSL color Cylindrical-coordinate representation of color #264043: hue angle of 186.21º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #264043 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 64 | 67 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.74 |
| HSL | 186.21º | 0.28% | 0.21% | - |
| HSV(B) | 186.21º | 0.43% | 0.26% | - |
| XYZ | 3.65 | 4.48 | 5.98 | - |
| YUV | 56.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 67 | 0.43 | 0.04 | 0 | 0.74 | 186.21 | 0.28 | 0.21 |
| Hex | 26 | 40 | 43 | 2B | 4 | 0 | 4A | BA | 1C | 15 |
| Octal | 46 | 100 | 103 | 53 | 4 | 0 | 112 | 272 | 34 | 25 |
| Binary | 100110 | 1000000 | 1000011 | 101011 | 100 | 0 | 1001010 | 10111010 | 11100 | 10101 |
Color Harmonies of #264043
Complementary color
Monochromatic Colors of #264043
Black with #264043
Text Example
Text Example
White with #264043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264043; }
p { color: rgb(38,64,67); }
H1.HeaderClassName
{
color: #264043;
}
.AnyTagClassName
{
color: #264043;
}
</style>
background-color css
<style>
a { background-color: #264043; }
a { background-color: rgb(38,64,67); }
div.DivClassName
{
background-color: #264043;
}
.BgClassName
{
background-color: #264043;
}
</style>
border-color css
<style>
span { border-color: #264043; }
span { border-color: rgb(38,64,67); }
td.TdClassName
{
border-color: #264043;
}
.TagClassName
{
border-color: #264043;
}
</style>