Shades of Nordic #264145
Tints of Nordic #264145
RGB
CMYK
RGB Variations
Color information
#264145 (or 0x264145) is known color: Nordic. HEX triplet: 26, 41 and 45. RGB value is (38,65,69). Sum of RGB (Red+Green+Blue) = 38+65+69=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 69 - color contains mainly: blue. Hex color #264145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264145 is #D9BEBA. Grayscale: #393939. Windows color (decimal): -14270139 or 4538662. OLE color: 4538662.
HSL color Cylindrical-coordinate representation of color #264145: hue angle of 187.74º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #264145 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 65 | 69 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.73 |
| HSL | 187.74º | 0.29% | 0.21% | - |
| HSV(B) | 187.74º | 0.45% | 0.27% | - |
| XYZ | 3.76 | 4.62 | 6.32 | - |
| YUV | 57.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 69 | 0.45 | 0.06 | 0 | 0.73 | 187.74 | 0.29 | 0.21 |
| Hex | 26 | 41 | 45 | 2D | 6 | 0 | 49 | BC | 1D | 15 |
| Octal | 46 | 101 | 105 | 55 | 6 | 0 | 111 | 274 | 35 | 25 |
| Binary | 100110 | 1000001 | 1000101 | 101101 | 110 | 0 | 1001001 | 10111100 | 11101 | 10101 |
Color Harmonies of #264145
Complementary color
Monochromatic Colors of #264145
Black with #264145
Text Example
Text Example
White with #264145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264145; }
p { color: rgb(38,65,69); }
H1.HeaderClassName
{
color: #264145;
}
.AnyTagClassName
{
color: #264145;
}
</style>
background-color css
<style>
a { background-color: #264145; }
a { background-color: rgb(38,65,69); }
div.DivClassName
{
background-color: #264145;
}
.BgClassName
{
background-color: #264145;
}
</style>
border-color css
<style>
span { border-color: #264145; }
span { border-color: rgb(38,65,69); }
td.TdClassName
{
border-color: #264145;
}
.TagClassName
{
border-color: #264145;
}
</style>