Shades of Nordic #263B3C
Tints of Nordic #263B3C
RGB
CMYK
RGB Variations
Color information
#263B3C (or 0x263B3C) is known color: Nordic. HEX triplet: 26, 3B and 3C. RGB value is (38,59,60). Sum of RGB (Red+Green+Blue) = 38+59+60=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 60 - color contains mainly: blue. Hex color #263B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B3C is #D9C4C3. Grayscale: #343434. Windows color (decimal): -14271684 or 3947302. OLE color: 3947302.
HSL color Cylindrical-coordinate representation of color #263B3C: hue angle of 182.73º 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 #263B3C is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 59 | 60 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.76 |
| HSL | 182.73º | 0.22% | 0.19% | - |
| HSV(B) | 182.73º | 0.37% | 0.24% | - |
| XYZ | 3.18 | 3.87 | 4.85 | - |
| YUV | 52.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 60 | 0.37 | 0.02 | 0 | 0.76 | 182.73 | 0.22 | 0.19 |
| Hex | 26 | 3B | 3C | 25 | 2 | 0 | 4C | B7 | 16 | 13 |
| Octal | 46 | 73 | 74 | 45 | 2 | 0 | 114 | 267 | 26 | 23 |
| Binary | 100110 | 111011 | 111100 | 100101 | 10 | 0 | 1001100 | 10110111 | 10110 | 10011 |
Color Harmonies of #263B3C
Complementary color
Monochromatic Colors of #263B3C
Black with #263B3C
Text Example
Text Example
White with #263B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B3C; }
p { color: rgb(38,59,60); }
H1.HeaderClassName
{
color: #263B3C;
}
.AnyTagClassName
{
color: #263B3C;
}
</style>
background-color css
<style>
a { background-color: #263B3C; }
a { background-color: rgb(38,59,60); }
div.DivClassName
{
background-color: #263B3C;
}
.BgClassName
{
background-color: #263B3C;
}
</style>
border-color css
<style>
span { border-color: #263B3C; }
span { border-color: rgb(38,59,60); }
td.TdClassName
{
border-color: #263B3C;
}
.TagClassName
{
border-color: #263B3C;
}
</style>