Shades of Nordic #263E41
Tints of Nordic #263E41
RGB
CMYK
RGB Variations
Color information
#263E41 (or 0x263E41) is known color: Nordic. HEX triplet: 26, 3E and 41. RGB value is (38,62,65). Sum of RGB (Red+Green+Blue) = 38+62+65=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #263E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263E41 is #D9C1BE. Grayscale: #373737. Windows color (decimal): -14270911 or 4275750. OLE color: 4275750.
HSL color Cylindrical-coordinate representation of color #263E41: hue angle of 186.67º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263E41 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 62 | 65 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.75 |
| HSL | 186.67º | 0.26% | 0.2% | - |
| HSV(B) | 186.67º | 0.42% | 0.25% | - |
| XYZ | 3.48 | 4.24 | 5.64 | - |
| YUV | 55.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 65 | 0.42 | 0.05 | 0 | 0.75 | 186.67 | 0.26 | 0.2 |
| Hex | 26 | 3E | 41 | 2A | 5 | 0 | 4B | BB | 1A | 14 |
| Octal | 46 | 76 | 101 | 52 | 5 | 0 | 113 | 273 | 32 | 24 |
| Binary | 100110 | 111110 | 1000001 | 101010 | 101 | 0 | 1001011 | 10111011 | 11010 | 10100 |
Color Harmonies of #263E41
Complementary color
Monochromatic Colors of #263E41
Black with #263E41
Text Example
Text Example
White with #263E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E41; }
p { color: rgb(38,62,65); }
H1.HeaderClassName
{
color: #263E41;
}
.AnyTagClassName
{
color: #263E41;
}
</style>
background-color css
<style>
a { background-color: #263E41; }
a { background-color: rgb(38,62,65); }
div.DivClassName
{
background-color: #263E41;
}
.BgClassName
{
background-color: #263E41;
}
</style>
border-color css
<style>
span { border-color: #263E41; }
span { border-color: rgb(38,62,65); }
td.TdClassName
{
border-color: #263E41;
}
.TagClassName
{
border-color: #263E41;
}
</style>