Shades of Nordic #263B3D
Tints of Nordic #263B3D
RGB
CMYK
RGB Variations
Color information
#263B3D (or 0x263B3D) is known color: Nordic. HEX triplet: 26, 3B and 3D. RGB value is (38,59,61). Sum of RGB (Red+Green+Blue) = 38+59+61=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #263B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B3D is #D9C4C2. Grayscale: #343434. Windows color (decimal): -14271683 or 4012838. OLE color: 4012838.
HSL color Cylindrical-coordinate representation of color #263B3D: hue angle of 185.22º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263B3D is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 59 | 61 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.76 |
| HSL | 185.22º | 0.23% | 0.19% | - |
| HSV(B) | 185.22º | 0.38% | 0.24% | - |
| XYZ | 3.21 | 3.88 | 4.99 | - |
| YUV | 52.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 61 | 0.38 | 0.03 | 0 | 0.76 | 185.22 | 0.23 | 0.19 |
| Hex | 26 | 3B | 3D | 26 | 3 | 0 | 4C | B9 | 17 | 13 |
| Octal | 46 | 73 | 75 | 46 | 3 | 0 | 114 | 271 | 27 | 23 |
| Binary | 100110 | 111011 | 111101 | 100110 | 11 | 0 | 1001100 | 10111001 | 10111 | 10011 |
Color Harmonies of #263B3D
Complementary color
Monochromatic Colors of #263B3D
Black with #263B3D
Text Example
Text Example
White with #263B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B3D; }
p { color: rgb(38,59,61); }
H1.HeaderClassName
{
color: #263B3D;
}
.AnyTagClassName
{
color: #263B3D;
}
</style>
background-color css
<style>
a { background-color: #263B3D; }
a { background-color: rgb(38,59,61); }
div.DivClassName
{
background-color: #263B3D;
}
.BgClassName
{
background-color: #263B3D;
}
</style>
border-color css
<style>
span { border-color: #263B3D; }
span { border-color: rgb(38,59,61); }
td.TdClassName
{
border-color: #263B3D;
}
.TagClassName
{
border-color: #263B3D;
}
</style>