Shades of Nordic #263A3B
Tints of Nordic #263A3B
RGB
CMYK
RGB Variations
Color information
#263A3B (or 0x263A3B) is known color: Nordic. HEX triplet: 26, 3A and 3B. RGB value is (38,58,59). Sum of RGB (Red+Green+Blue) = 38+58+59=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 59 - color contains mainly: blue. Hex color #263A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A3B is #D9C5C4. Grayscale: #343434. Windows color (decimal): -14271941 or 3881510. OLE color: 3881510.
HSL color Cylindrical-coordinate representation of color #263A3B: hue angle of 182.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #263A3B is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 58 | 59 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.77 |
| HSL | 182.86º | 0.22% | 0.19% | - |
| HSV(B) | 182.86º | 0.36% | 0.23% | - |
| XYZ | 3.1 | 3.75 | 4.7 | - |
| YUV | 52.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 59 | 0.36 | 0.02 | 0 | 0.77 | 182.86 | 0.22 | 0.19 |
| Hex | 26 | 3A | 3B | 24 | 2 | 0 | 4D | B7 | 16 | 13 |
| Octal | 46 | 72 | 73 | 44 | 2 | 0 | 115 | 267 | 26 | 23 |
| Binary | 100110 | 111010 | 111011 | 100100 | 10 | 0 | 1001101 | 10110111 | 10110 | 10011 |
Color Harmonies of #263A3B
Complementary color
Monochromatic Colors of #263A3B
Black with #263A3B
Text Example
Text Example
White with #263A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A3B; }
p { color: rgb(38,58,59); }
H1.HeaderClassName
{
color: #263A3B;
}
.AnyTagClassName
{
color: #263A3B;
}
</style>
background-color css
<style>
a { background-color: #263A3B; }
a { background-color: rgb(38,58,59); }
div.DivClassName
{
background-color: #263A3B;
}
.BgClassName
{
background-color: #263A3B;
}
</style>
border-color css
<style>
span { border-color: #263A3B; }
span { border-color: rgb(38,58,59); }
td.TdClassName
{
border-color: #263A3B;
}
.TagClassName
{
border-color: #263A3B;
}
</style>