Shades of Nordic #263C3B
Tints of Nordic #263C3B
RGB
CMYK
RGB Variations
Color information
#263C3B (or 0x263C3B) is known color: Nordic. HEX triplet: 26, 3C and 3B. RGB value is (38,60,59). Sum of RGB (Red+Green+Blue) = 38+60+59=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #263C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C3B is #D9C3C4. Grayscale: #353535. Windows color (decimal): -14271429 or 3882022. OLE color: 3882022.
HSL color Cylindrical-coordinate representation of color #263C3B: hue angle of 177.27º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #263C3B is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 60 | 59 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.76 |
| HSL | 177.27º | 0.22% | 0.19% | - |
| HSV(B) | 177.27º | 0.37% | 0.24% | - |
| XYZ | 3.2 | 3.96 | 4.73 | - |
| YUV | 53.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 59 | 0.37 | 0 | 0.02 | 0.76 | 177.27 | 0.22 | 0.19 |
| Hex | 26 | 3C | 3B | 25 | 0 | 2 | 4C | B1 | 16 | 13 |
| Octal | 46 | 74 | 73 | 45 | 0 | 2 | 114 | 261 | 26 | 23 |
| Binary | 100110 | 111100 | 111011 | 100101 | 0 | 10 | 1001100 | 10110001 | 10110 | 10011 |
Color Harmonies of #263C3B
Complementary color
Monochromatic Colors of #263C3B
Black with #263C3B
Text Example
Text Example
White with #263C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C3B; }
p { color: rgb(38,60,59); }
H1.HeaderClassName
{
color: #263C3B;
}
.AnyTagClassName
{
color: #263C3B;
}
</style>
background-color css
<style>
a { background-color: #263C3B; }
a { background-color: rgb(38,60,59); }
div.DivClassName
{
background-color: #263C3B;
}
.BgClassName
{
background-color: #263C3B;
}
</style>
border-color css
<style>
span { border-color: #263C3B; }
span { border-color: rgb(38,60,59); }
td.TdClassName
{
border-color: #263C3B;
}
.TagClassName
{
border-color: #263C3B;
}
</style>